@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomVerificationEmailTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The following elements are returned by the service.
| Constructor and Description |
|---|
ListCustomVerificationEmailTemplatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomVerificationEmailTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<CustomVerificationEmailTemplateMetadata> |
getCustomVerificationEmailTemplates()
A list of the custom verification email templates that exist in your account.
|
String |
getNextToken()
A token indicating that there are additional custom verification email templates available to be listed.
|
int |
hashCode() |
void |
setCustomVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
void |
setNextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomVerificationEmailTemplatesResult |
withCustomVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResult |
withCustomVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResult |
withNextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListCustomVerificationEmailTemplatesResult()
public List<CustomVerificationEmailTemplateMetadata> getCustomVerificationEmailTemplates()
A list of the custom verification email templates that exist in your account.
public void setCustomVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.public ListCustomVerificationEmailTemplatesResult withCustomVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
NOTE: This method appends the values to the existing list (if any). Use
setCustomVerificationEmailTemplates(java.util.Collection) or
withCustomVerificationEmailTemplates(java.util.Collection) if you want to override the existing values.
customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.public ListCustomVerificationEmailTemplatesResult withCustomVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.public void setNextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed. Pass
this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50
custom verification email templates.
nextToken - A token indicating that there are additional custom verification email templates available to be listed.
Pass this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the
next 50 custom verification email templates.public String getNextToken()
A token indicating that there are additional custom verification email templates available to be listed. Pass
this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50
custom verification email templates.
ListCustomVerificationEmailTemplates to retrieve the
next 50 custom verification email templates.public ListCustomVerificationEmailTemplatesResult withNextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed. Pass
this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50
custom verification email templates.
nextToken - A token indicating that there are additional custom verification email templates available to be listed.
Pass this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the
next 50 custom verification email templates.public String toString()
toString in class ObjectObject.toString()public ListCustomVerificationEmailTemplatesResult clone()