@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupsOlderThanOrderingIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListGroupsOlderThanOrderingIdResult() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsOlderThanOrderingIdResult |
clone() |
boolean |
equals(Object obj) |
List<GroupSummary> |
getGroupsSummaries()
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
String |
getNextToken()
The next items in the list of groups that go beyond the maximum.
|
int |
hashCode() |
void |
setGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
void |
setNextToken(String nextToken)
The next items in the list of groups that go beyond the maximum.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupsOlderThanOrderingIdResult |
withGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
ListGroupsOlderThanOrderingIdResult |
withGroupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
ListGroupsOlderThanOrderingIdResult |
withNextToken(String nextToken)
The next items in the list of groups that go beyond the maximum.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<GroupSummary> getGroupsSummaries()
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
public void setGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.public ListGroupsOlderThanOrderingIdResult withGroupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
NOTE: This method appends the values to the existing list (if any). Use
setGroupsSummaries(java.util.Collection) or withGroupsSummaries(java.util.Collection) if you
want to override the existing values.
groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.public ListGroupsOlderThanOrderingIdResult withGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
groupsSummaries - Summary information for list of groups that are mapped to users before a given ordering or timestamp
identifier.public void setNextToken(String nextToken)
The next items in the list of groups that go beyond the maximum.
nextToken - The next items in the list of groups that go beyond the maximum.public String getNextToken()
The next items in the list of groups that go beyond the maximum.
public ListGroupsOlderThanOrderingIdResult withNextToken(String nextToken)
The next items in the list of groups that go beyond the maximum.
nextToken - The next items in the list of groups that go beyond the maximum.public String toString()
toString in class ObjectObject.toString()public ListGroupsOlderThanOrderingIdResult clone()
Copyright © 2021. All rights reserved.