@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 AWS 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; 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.
|
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 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.IdentityType
public 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.
IdentityType
public 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.IdentityType
public 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.IdentityType
public 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.IdentityType
public 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 Object
Object.toString()
public ListIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.