@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
The template summary.
Constructor and Description |
---|
TemplateSummary() |
Modifier and Type | Method and Description |
---|---|
TemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
A summary of a template.
|
Date |
getCreatedTime()
The last time that this template was created.
|
Date |
getLastUpdatedTime()
The last time that this template was updated.
|
Long |
getLatestVersionNumber()
A structure containing a list of version numbers for the template summary.
|
String |
getName()
A display name for the template.
|
String |
getTemplateId()
The ID of the template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
A summary of a template.
|
void |
setCreatedTime(Date createdTime)
The last time that this template was created.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
The last time that this template was updated.
|
void |
setLatestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
|
void |
setName(String name)
A display name for the template.
|
void |
setTemplateId(String templateId)
The ID of the template.
|
String |
toString()
Returns a string representation of this object.
|
TemplateSummary |
withArn(String arn)
A summary of a template.
|
TemplateSummary |
withCreatedTime(Date createdTime)
The last time that this template was created.
|
TemplateSummary |
withLastUpdatedTime(Date lastUpdatedTime)
The last time that this template was updated.
|
TemplateSummary |
withLatestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
|
TemplateSummary |
withName(String name)
A display name for the template.
|
TemplateSummary |
withTemplateId(String templateId)
The ID of the template.
|
public void setArn(String arn)
A summary of a template.
arn
- A summary of a template.public String getArn()
A summary of a template.
public TemplateSummary withArn(String arn)
A summary of a template.
arn
- A summary of a template.public void setTemplateId(String templateId)
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
templateId
- The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services
account.public String getTemplateId()
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public TemplateSummary withTemplateId(String templateId)
The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
templateId
- The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services
account.public void setName(String name)
A display name for the template.
name
- A display name for the template.public String getName()
A display name for the template.
public TemplateSummary withName(String name)
A display name for the template.
name
- A display name for the template.public void setLatestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
latestVersionNumber
- A structure containing a list of version numbers for the template summary.public Long getLatestVersionNumber()
A structure containing a list of version numbers for the template summary.
public TemplateSummary withLatestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
latestVersionNumber
- A structure containing a list of version numbers for the template summary.public void setCreatedTime(Date createdTime)
The last time that this template was created.
createdTime
- The last time that this template was created.public Date getCreatedTime()
The last time that this template was created.
public TemplateSummary withCreatedTime(Date createdTime)
The last time that this template was created.
createdTime
- The last time that this template was created.public void setLastUpdatedTime(Date lastUpdatedTime)
The last time that this template was updated.
lastUpdatedTime
- The last time that this template was updated.public Date getLastUpdatedTime()
The last time that this template was updated.
public TemplateSummary withLastUpdatedTime(Date lastUpdatedTime)
The last time that this template was updated.
lastUpdatedTime
- The last time that this template was updated.public String toString()
toString
in class Object
Object.toString()
public TemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.