@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 Amazon Web Services account, regardless of verification status.
NOOP| Constructor and Description |
|---|
ListIdentitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListIdentitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
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, 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 are listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is
omitted, then all identities are 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 are 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 are listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is
omitted, then all identities are 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 are listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is
omitted, then all identities are 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 are listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is
omitted, then all identities are 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()