@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()
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
|
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)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
|
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)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
nextToken
- If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request
to retrieve the next set of groups that are mapped to users before a given ordering or timestamp
identifier.public String getNextToken()
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
public ListGroupsOlderThanOrderingIdResult withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
nextToken
- If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request
to retrieve the next set of groups that are mapped to users before a given ordering or timestamp
identifier.public String toString()
toString
in class Object
Object.toString()
public ListGroupsOlderThanOrderingIdResult clone()