@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateMetadata extends Object implements Serializable, Cloneable
Information about an email template.
Constructor and Description |
---|
TemplateMetadata() |
Modifier and Type | Method and Description |
---|---|
TemplateMetadata |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time and date the template was created.
|
String |
getName()
The name of the template.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
|
void |
setName(String name)
The name of the template.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TemplateMetadata |
withCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
|
TemplateMetadata |
withName(String name)
The name of the template.
|
public void setName(String name)
The name of the template.
name
- The name of the template.public String getName()
The name of the template.
public TemplateMetadata withName(String name)
The name of the template.
name
- The name of the template.public void setCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
createdTimestamp
- The time and date the template was created.public Date getCreatedTimestamp()
The time and date the template was created.
public TemplateMetadata withCreatedTimestamp(Date createdTimestamp)
The time and date the template was created.
createdTimestamp
- The time and date the template was created.public String toString()
toString
in class Object
Object.toString()
public TemplateMetadata clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.