@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 number of returned groups that are mapped to users before a given ordering or timestamp identifier.
|
String |
getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
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 number of returned groups that are mapped to users before a given ordering or timestamp identifier.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
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 number of returned groups that are mapped to users before a given ordering or timestamp identifier.
|
ListGroupsOlderThanOrderingIdRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
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)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of groups
that are mapped to users before a given ordering or timestamp identifier.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
public ListGroupsOlderThanOrderingIdRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of groups
that are mapped to users before a given ordering or timestamp identifier.public void setMaxResults(Integer maxResults)
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
maxResults
- The maximum number of returned groups that are mapped to users before a given ordering or timestamp
identifier.public Integer getMaxResults()
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
public ListGroupsOlderThanOrderingIdRequest withMaxResults(Integer maxResults)
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
maxResults
- The maximum number of returned 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()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.