@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token indicating that there are additional email templates available to be listed.
|
List<TemplateMetadata> |
getTemplatesMetadata()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token indicating that there are additional email templates available to be listed.
|
void |
setTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplatesResult |
withNextToken(String nextToken)
A token indicating that there are additional email templates available to be listed.
|
ListTemplatesResult |
withTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListTemplatesResult |
withTemplatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TemplateMetadata> getTemplatesMetadata()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
public void setTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name and creation time stamp for each template in your Amazon SES account.public ListTemplatesResult withTemplatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
NOTE: This method appends the values to the existing list (if any). Use
setTemplatesMetadata(java.util.Collection)
or withTemplatesMetadata(java.util.Collection)
if
you want to override the existing values.
templatesMetadata
- An array the contains the name and creation time stamp for each template in your Amazon SES account.public ListTemplatesResult withTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name and creation time stamp for each template in your Amazon SES account.public void setNextToken(String nextToken)
A token indicating that there are additional email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the next set of email templates within your page size.
nextToken
- A token indicating that there are additional email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the next set of email templates within your page
size.public String getNextToken()
A token indicating that there are additional email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the next set of email templates within your page size.
ListTemplates
to retrieve the next set of email templates within your
page size.public ListTemplatesResult withNextToken(String nextToken)
A token indicating that there are additional email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the next set of email templates within your page size.
nextToken
- A token indicating that there are additional email templates available to be listed. Pass this token to a
subsequent call to ListTemplates
to retrieve the next set of email templates within your page
size.public String toString()
toString
in class Object
Object.toString()
public ListTemplatesResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.