@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for a template.
| Constructor and Description |
|---|
TemplateSummary() |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the template.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the template was created.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
|
String |
getName()
The name of the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the template.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the template was created.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
|
void |
setName(String name)
The name of the template.
|
String |
toString()
Returns a string representation of this object.
|
TemplateSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the template was created.
|
TemplateSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
|
TemplateSummary |
withName(String name)
The name of the template.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the template.
arn - The Amazon Resource Name (ARN) of the template.public String getArn()
The Amazon Resource Name (ARN) of the template.
public TemplateSummary withArn(String arn)
The Amazon Resource Name (ARN) of the template.
arn - The Amazon Resource Name (ARN) of the template.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the template was created.
createdAt - The time, in milliseconds since the epoch, when the template was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the template was created.
public TemplateSummary withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the template was created.
createdAt - The time, in milliseconds since the epoch, when the template was created.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the template was last updated.
public TemplateSummary withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the template was last updated.
lastUpdatedAt - The time, in milliseconds since the epoch, when the template was last updated.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 TemplateSummary withName(String name)
The name of the template.
name - The name of the template.public String toString()
toString in class ObjectObject.toString()public TemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.