public class TemplateMetadata
extends java.lang.Object
implements java.io.Serializable
Contains information about an email template.
Constructor and Description |
---|
TemplateMetadata() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedTimestamp()
The time and date the template was created.
|
java.lang.String |
getName()
The name of the template.
|
int |
hashCode() |
void |
setCreatedTimestamp(java.util.Date createdTimestamp)
The time and date the template was created.
|
void |
setName(java.lang.String name)
The name of the template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TemplateMetadata |
withCreatedTimestamp(java.util.Date createdTimestamp)
The time and date the template was created.
|
TemplateMetadata |
withName(java.lang.String name)
The name of the template.
|
public java.lang.String getName()
The name of the template.
The name of the template.
public void setName(java.lang.String name)
The name of the template.
name
- The name of the template.
public TemplateMetadata withName(java.lang.String name)
The name of the template.
Returns a reference to this object so that method calls can be chained together.
name
- The name of the template.
public java.util.Date getCreatedTimestamp()
The time and date the template was created.
The time and date the template was created.
public void setCreatedTimestamp(java.util.Date createdTimestamp)
The time and date the template was created.
createdTimestamp
- The time and date the template was created.
public TemplateMetadata withCreatedTimestamp(java.util.Date createdTimestamp)
The time and date the template was created.
Returns a reference to this object so that method calls can be chained together.
createdTimestamp
- The time and date the template was created.
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.