public class ListIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return a list of all identities (email addresses and domains) that you have attempted to verify under your AWS account, regardless of verification status.
NOOP| Constructor and Description |
|---|
ListIdentitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityType()
The type of the identities to list.
|
Integer |
getMaxItems()
The maximum number of identities per page.
|
String |
getNextToken()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIdentitiesRequest |
withIdentityType(IdentityType identityType)
The type of the identities to list.
|
ListIdentitiesRequest |
withIdentityType(String identityType)
The type of the identities to list.
|
ListIdentitiesRequest |
withMaxItems(Integer maxItems)
The maximum number of identities per page.
|
ListIdentitiesRequest |
withNextToken(String nextToken)
The token to use for pagination.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentityType(String 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.
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.IdentityTypepublic String 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.
IdentityTypepublic ListIdentitiesRequest withIdentityType(String 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.
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.IdentityTypepublic void setIdentityType(IdentityType 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.
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.IdentityTypepublic ListIdentitiesRequest withIdentityType(IdentityType 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.
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.IdentityTypepublic void setNextToken(String nextToken)
The token to use for pagination.
nextToken - The token to use for pagination.public String getNextToken()
The token to use for pagination.
public ListIdentitiesRequest withNextToken(String nextToken)
The token to use for pagination.
nextToken - The token to use for pagination.public void setMaxItems(Integer maxItems)
The maximum number of identities per page. Possible values are 1-1000 inclusive.
maxItems - The maximum number of identities per page. Possible values are
1-1000 inclusive.public Integer getMaxItems()
The maximum number of identities per page. Possible values are 1-1000 inclusive.
public ListIdentitiesRequest withMaxItems(Integer maxItems)
The maximum number of identities per page. Possible values are 1-1000 inclusive.
maxItems - The maximum number of identities per page. Possible values are
1-1000 inclusive.public String toString()
toString in class ObjectObject.toString()public ListIdentitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.