public class ListTemplatesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A token indicating that there are additional email templates available to
be listed.
|
java.util.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(java.lang.String nextToken)
A token indicating that there are additional email templates available to
be listed.
|
void |
setTemplatesMetadata(java.util.Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template
in your Amazon SES account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTemplatesResult |
withNextToken(java.lang.String nextToken)
A token indicating that there are additional email templates available to
be listed.
|
ListTemplatesResult |
withTemplatesMetadata(java.util.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.
|
public java.util.List<TemplateMetadata> getTemplatesMetadata()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
An array the contains the name and creation time stamp for each template in your Amazon SES account.
public void setTemplatesMetadata(java.util.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.
Returns a reference to this object so that method calls can be chained together.
templatesMetadata
- An array the contains the name and creation time stamp for each template in your Amazon SES account.
public ListTemplatesResult withTemplatesMetadata(java.util.Collection<TemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
Returns a reference to this object so that method calls can be chained together.
templatesMetadata
- An array the contains the name and creation time stamp for each template in your Amazon SES account.
public java.lang.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 50 email templates.
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 50 email
templates.
public void setNextToken(java.lang.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 50 email templates.
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 50 email
templates.
public ListTemplatesResult withNextToken(java.lang.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 50 email templates.
Returns a reference to this object so that method calls can be chained together.
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 50 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.