@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()
The token to use for pagination.
|
List<TemplateMetadata> |
getTemplatesMetadata()
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use for pagination.
|
void |
setTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTemplatesResult |
withNextToken(String nextToken)
The token to use for pagination.
|
ListTemplatesResult |
withTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
|
ListTemplatesResult |
withTemplatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name of 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 of creation time stamp for each template in your Amazon SES account.
public void setTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name of creation time stamp for each template in your Amazon SES account.public ListTemplatesResult withTemplatesMetadata(TemplateMetadata... templatesMetadata)
An array the contains the name of 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 of creation time stamp for each template in your Amazon SES account.public ListTemplatesResult withTemplatesMetadata(Collection<TemplateMetadata> templatesMetadata)
An array the contains the name of creation time stamp for each template in your Amazon SES account.
templatesMetadata
- An array the contains the name of creation time stamp for each template in your Amazon SES account.public void setNextToken(String nextToken)
The token to use for pagination.
nextToken
- The token to use for pagination.public String getNextToken()
The token to use for pagination.
public ListTemplatesResult withNextToken(String nextToken)
The token to use for pagination.
nextToken
- The token to use for pagination.public String toString()
toString
in class Object
Object.toString()
public ListTemplatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.