Class ListIdentitiesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The type of the identities to list.The maximum number of identities per page.The token to use for pagination.int
hashCode()
void
setIdentityType
(IdentityType identityType) The type of the identities to list.void
setIdentityType
(String identityType) The type of the identities to list.void
setMaxItems
(Integer maxItems) The maximum number of identities per page.void
setNextToken
(String nextToken) The token to use for pagination.toString()
Returns a string representation of this object; useful for testing and debugging.withIdentityType
(IdentityType identityType) The type of the identities to list.withIdentityType
(String identityType) The type of the identities to list.withMaxItems
(Integer maxItems) The maximum number of identities per page.withNextToken
(String nextToken) The token to use for pagination.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListIdentitiesRequest
public ListIdentitiesRequest()
-
-
Method Details
-
setIdentityType
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- Parameters:
identityType
- The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.- See Also:
-
getIdentityType
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- Returns:
- The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- See Also:
-
withIdentityType
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- Parameters:
identityType
- The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setIdentityType
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- Parameters:
identityType
- The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.- See Also:
-
withIdentityType
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
- Parameters:
identityType
- The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextToken
The token to use for pagination.
- Parameters:
nextToken
- The token to use for pagination.
-
getNextToken
The token to use for pagination.
- Returns:
- The token to use for pagination.
-
withNextToken
The token to use for pagination.
- Parameters:
nextToken
- The token to use for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The maximum number of identities per page. Possible values are 1-1000 inclusive.
- Parameters:
maxItems
- The maximum number of identities per page. Possible values are 1-1000 inclusive.
-
getMaxItems
The maximum number of identities per page. Possible values are 1-1000 inclusive.
- Returns:
- The maximum number of identities per page. Possible values are 1-1000 inclusive.
-
withMaxItems
The maximum number of identities per page. Possible values are 1-1000 inclusive.
- Parameters:
maxItems
- The maximum number of identities per page. Possible values are 1-1000 inclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-