@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomVerificationEmailTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list the existing custom verification email templates for your account.
NOOP
Constructor and Description |
---|
ListCustomVerificationEmailTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCustomVerificationEmailTemplatesRequest |
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
ListCustomVerificationEmailTemplates to indicate the
position in the list of custom verification email templates. |
Integer |
getPageSize()
The number of results to show in a single call to
ListCustomVerificationEmailTemplates . |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of custom verification email templates. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListCustomVerificationEmailTemplates . |
String |
toString()
Returns a string representation of this object.
|
ListCustomVerificationEmailTemplatesRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of custom verification email templates. |
ListCustomVerificationEmailTemplatesRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListCustomVerificationEmailTemplates . |
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 ListCustomVerificationEmailTemplatesRequest()
public void setNextToken(String nextToken)
A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.
nextToken
- A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.public String getNextToken()
A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.
ListCustomVerificationEmailTemplates
to indicate
the position in the list of custom verification email templates.public ListCustomVerificationEmailTemplatesRequest withNextToken(String nextToken)
A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.
nextToken
- A token returned from a previous call to ListCustomVerificationEmailTemplates
to indicate the
position in the list of custom verification email templates.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
pageSize
- The number of results to show in a single call to ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
public Integer getPageSize()
The number of results to show in a single call to ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
public ListCustomVerificationEmailTemplatesRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
pageSize
- The number of results to show in a single call to ListCustomVerificationEmailTemplates
. 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 1, and can be no more than 50.
public String toString()
toString
in class Object
Object.toString()
public ListCustomVerificationEmailTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()