@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupsOlderThanOrderingIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupsOlderThanOrderingIdRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupsOlderThanOrderingIdRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSourceId()
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp
identifier.
|
String |
getIndexId()
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp
identifier.
|
Integer |
getMaxResults()
The maximum results shown for a 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.
|
Long |
getOrderingId()
The timestamp identifier used for the latest
PUT or DELETE action for mapping users to
their groups. |
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp
identifier.
|
void |
setIndexId(String indexId)
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp
identifier.
|
void |
setMaxResults(Integer maxResults)
The maximum results shown for a 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.
|
void |
setOrderingId(Long orderingId)
The timestamp identifier used for the latest
PUT or DELETE action for mapping users to
their groups. |
String |
toString()
Returns a string representation of this object.
|
ListGroupsOlderThanOrderingIdRequest |
withDataSourceId(String dataSourceId)
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp
identifier.
|
ListGroupsOlderThanOrderingIdRequest |
withIndexId(String indexId)
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp
identifier.
|
ListGroupsOlderThanOrderingIdRequest |
withMaxResults(Integer maxResults)
The maximum results shown for a list of groups that are mapped to users before a given ordering or timestamp
identifier.
|
ListGroupsOlderThanOrderingIdRequest |
withNextToken(String nextToken)
The next items in the list of groups that go beyond the maximum.
|
ListGroupsOlderThanOrderingIdRequest |
withOrderingId(Long orderingId)
The timestamp identifier used for the latest
PUT or DELETE action for mapping users to
their groups. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListGroupsOlderThanOrderingIdRequest()
public void setIndexId(String indexId)
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.
indexId
- The identifier of the index for getting a list of groups mapped to users before a given ordering or
timestamp identifier.public String getIndexId()
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.
public ListGroupsOlderThanOrderingIdRequest withIndexId(String indexId)
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.
indexId
- The identifier of the index for getting a list of groups mapped to users before a given ordering or
timestamp identifier.public void setDataSourceId(String dataSourceId)
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.
dataSourceId
- The identifier of the data source for getting a list of groups mapped to users before a given ordering
timestamp identifier.public String getDataSourceId()
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.
public ListGroupsOlderThanOrderingIdRequest withDataSourceId(String dataSourceId)
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.
dataSourceId
- The identifier of the data source for getting a list of groups mapped to users before a given ordering
timestamp identifier.public void setOrderingId(Long orderingId)
The timestamp identifier used for the latest PUT
or DELETE
action for mapping users to
their groups.
orderingId
- The timestamp identifier used for the latest PUT
or DELETE
action for mapping
users to their groups.public Long getOrderingId()
The timestamp identifier used for the latest PUT
or DELETE
action for mapping users to
their groups.
PUT
or DELETE
action for mapping
users to their groups.public ListGroupsOlderThanOrderingIdRequest withOrderingId(Long orderingId)
The timestamp identifier used for the latest PUT
or DELETE
action for mapping users to
their groups.
orderingId
- The timestamp identifier used for the latest PUT
or DELETE
action for mapping
users to their groups.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 ListGroupsOlderThanOrderingIdRequest 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 void setMaxResults(Integer maxResults)
The maximum results shown for a list of groups that are mapped to users before a given ordering or timestamp identifier.
maxResults
- The maximum results shown for a list of groups that are mapped to users before a given ordering or
timestamp identifier.public Integer getMaxResults()
The maximum results shown for a list of groups that are mapped to users before a given ordering or timestamp identifier.
public ListGroupsOlderThanOrderingIdRequest withMaxResults(Integer maxResults)
The maximum results shown for a list of groups that are mapped to users before a given ordering or timestamp identifier.
maxResults
- The maximum results shown for a list of groups that are mapped to users before a given ordering or
timestamp identifier.public String toString()
toString
in class Object
Object.toString()
public ListGroupsOlderThanOrderingIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()