@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchUsersRequest() |
Modifier and Type | Method and Description |
---|---|
SearchUsersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
UserSearchCriteria |
getSearchCriteria() |
UserSearchFilter |
getSearchFilter()
Filters to be applied to search results.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setSearchCriteria(UserSearchCriteria searchCriteria) |
void |
setSearchFilter(UserSearchFilter searchFilter)
Filters to be applied to search results.
|
String |
toString()
Returns a string representation of this object.
|
SearchUsersRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
SearchUsersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
SearchUsersRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
SearchUsersRequest |
withSearchCriteria(UserSearchCriteria searchCriteria) |
SearchUsersRequest |
withSearchFilter(UserSearchFilter searchFilter)
Filters to be applied to search results.
|
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 void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
InstanceID is a required field. The "Required: No" below is incorrect.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance. InstanceID is a required field. The "Required: No" below is incorrect.
public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
InstanceID is a required field. The "Required: No" below is incorrect.
InstanceID is a required field. The "Required: No" below is incorrect.
public SearchUsersRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
InstanceID is a required field. The "Required: No" below is incorrect.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance. InstanceID is a required field. The "Required: No" below is incorrect.
public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public SearchUsersRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public SearchUsersRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setSearchFilter(UserSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter
- Filters to be applied to search results.public UserSearchFilter getSearchFilter()
Filters to be applied to search results.
public SearchUsersRequest withSearchFilter(UserSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter
- Filters to be applied to search results.public void setSearchCriteria(UserSearchCriteria searchCriteria)
searchCriteria
- public UserSearchCriteria getSearchCriteria()
public SearchUsersRequest withSearchCriteria(UserSearchCriteria searchCriteria)
searchCriteria
- public String toString()
toString
in class Object
Object.toString()
public SearchUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()