@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateMetadata extends Object implements Serializable, Cloneable
Contains 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.
|
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()