public class ListCustomVerificationEmailTemplatesResult
extends java.lang.Object
implements java.io.Serializable
A paginated list of custom verification email templates.
Constructor and Description |
---|
ListCustomVerificationEmailTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CustomVerificationEmailTemplate> |
getCustomVerificationEmailTemplates()
A list of the custom verification email templates that exist in your
account.
|
java.lang.String |
getNextToken()
A token indicating that there are additional custom verification email
templates available to be listed.
|
int |
hashCode() |
void |
setCustomVerificationEmailTemplates(java.util.Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your
account.
|
void |
setNextToken(java.lang.String nextToken)
A token indicating that there are additional custom verification email
templates available to be listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCustomVerificationEmailTemplatesResult |
withCustomVerificationEmailTemplates(java.util.Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your
account.
|
ListCustomVerificationEmailTemplatesResult |
withCustomVerificationEmailTemplates(CustomVerificationEmailTemplate... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your
account.
|
ListCustomVerificationEmailTemplatesResult |
withNextToken(java.lang.String nextToken)
A token indicating that there are additional custom verification email
templates available to be listed.
|
public ListCustomVerificationEmailTemplatesResult()
public java.util.List<CustomVerificationEmailTemplate> getCustomVerificationEmailTemplates()
A list of the custom verification email templates that exist in your account.
A list of the custom verification email templates that exist in your account.
public void setCustomVerificationEmailTemplates(java.util.Collection<CustomVerificationEmailTemplate> 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(CustomVerificationEmailTemplate... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
Returns a reference to this object so that method calls can be chained together.
customVerificationEmailTemplates
- A list of the custom verification email templates that exist in your account.
public ListCustomVerificationEmailTemplatesResult withCustomVerificationEmailTemplates(java.util.Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
Returns a reference to this object so that method calls can be chained together.
customVerificationEmailTemplates
- A list of the custom verification email templates that exist in your account.
public java.lang.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
ListTemplates
to retrieve the next 50 custom verification
email templates.
A token indicating that there are additional custom verification
email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the
next 50 custom verification email templates.
public void setNextToken(java.lang.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
ListTemplates
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 ListTemplates
to
retrieve the next 50 custom verification email templates.
public ListCustomVerificationEmailTemplatesResult withNextToken(java.lang.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
ListTemplates
to retrieve the next 50 custom verification
email templates.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token indicating that there are additional custom
verification email templates available to be listed. Pass this
token to a subsequent call to ListTemplates
to
retrieve the next 50 custom verification email templates.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.