@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for groups.
| Constructor and Description |
|---|
GroupSummary() |
| Modifier and Type | Method and Description |
|---|---|
GroupSummary |
clone() |
boolean |
equals(Object obj) |
String |
getGroupName()
The name of the group the summary information is for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupName(String groupName)
The name of the group the summary information is for.
|
String |
toString()
Returns a string representation of this object.
|
GroupSummary |
withGroupName(String groupName)
The name of the group the summary information is for.
|
public void setGroupName(String groupName)
The name of the group the summary information is for.
groupName - The name of the group the summary information is for.public String getGroupName()
The name of the group the summary information is for.
public GroupSummary withGroupName(String groupName)
The name of the group the summary information is for.
groupName - The name of the group the summary information is for.public String toString()
toString in class ObjectObject.toString()public GroupSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.