@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Describes the metadata of a user group.
Constructor and Description |
---|
GroupMetadata() |
Modifier and Type | Method and Description |
---|---|
GroupMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the user group.
|
String |
getName()
The name of the group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the user group.
|
void |
setName(String name)
The name of the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GroupMetadata |
withId(String id)
The ID of the user group.
|
GroupMetadata |
withName(String name)
The name of the group.
|
public void setId(String id)
The ID of the user group.
id
- The ID of the user group.public String getId()
The ID of the user group.
public GroupMetadata withId(String id)
The ID of the user group.
id
- The ID of the user group.public void setName(String name)
The name of the group.
name
- The name of the group.public String getName()
The name of the group.
public GroupMetadata withName(String name)
The name of the group.
name
- The name of the group.public String toString()
toString
in class Object
Object.toString()
public GroupMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.