@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 |
getGroupId()
The identifier of the group you want group summary information on.
|
Long |
getOrderingId()
The timestamp identifier used for the latest
PUT or DELETE action. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupId(String groupId)
The identifier of the group you want group summary information on.
|
void |
setOrderingId(Long orderingId)
The timestamp identifier used for the latest
PUT or DELETE action. |
String |
toString()
Returns a string representation of this object.
|
GroupSummary |
withGroupId(String groupId)
The identifier of the group you want group summary information on.
|
GroupSummary |
withOrderingId(Long orderingId)
The timestamp identifier used for the latest
PUT or DELETE action. |
public void setGroupId(String groupId)
The identifier of the group you want group summary information on.
groupId - The identifier of the group you want group summary information on.public String getGroupId()
The identifier of the group you want group summary information on.
public GroupSummary withGroupId(String groupId)
The identifier of the group you want group summary information on.
groupId - The identifier of the group you want group summary information on.public void setOrderingId(Long orderingId)
The timestamp identifier used for the latest PUT or DELETE action.
orderingId - The timestamp identifier used for the latest PUT or DELETE action.public Long getOrderingId()
The timestamp identifier used for the latest PUT or DELETE action.
PUT or DELETE action.public GroupSummary withOrderingId(Long orderingId)
The timestamp identifier used for the latest PUT or DELETE action.
orderingId - The timestamp identifier used for the latest PUT or DELETE action.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.