@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 Amazon Pinpoint 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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListEmailIdentitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()