@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEmailIdentitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to list all of the email identities associated with your AWS account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.
NOOP| Constructor and Description |
|---|
ListEmailIdentitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEmailIdentitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListEmailIdentities to indicate the position in the list of
identities. |
Integer |
getPageSize()
The number of results to show in a single call to
ListEmailIdentities. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListEmailIdentities to indicate the position in the list of
identities. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListEmailIdentities. |
String |
toString()
Returns a string representation of this object.
|
ListEmailIdentitiesRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListEmailIdentities to indicate the position in the list of
identities. |
ListEmailIdentitiesRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListEmailIdentities. |
addHandlerContext, copyBaseTo, 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 setNextToken(String nextToken)
A token returned from a previous call to ListEmailIdentities to indicate the position in the list of
identities.
nextToken - A token returned from a previous call to ListEmailIdentities to indicate the position in the
list of identities.public String getNextToken()
A token returned from a previous call to ListEmailIdentities to indicate the position in the list of
identities.
ListEmailIdentities to indicate the position in the
list of identities.public ListEmailIdentitiesRequest withNextToken(String nextToken)
A token returned from a previous call to ListEmailIdentities to indicate the position in the list of
identities.
nextToken - A token returned from a previous call to ListEmailIdentities to indicate the position in the
list of identities.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListEmailIdentities. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize - The number of results to show in a single call to ListEmailIdentities. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public Integer getPageSize()
The number of results to show in a single call to ListEmailIdentities. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
ListEmailIdentities. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public ListEmailIdentitiesRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListEmailIdentities. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize - The number of results to show in a single call to ListEmailIdentities. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
public String toString()
toString in class ObjectObject.toString()public ListEmailIdentitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.