@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The template version.
Constructor and Description |
---|
TemplateVersionSummary() |
Modifier and Type | Method and Description |
---|---|
TemplateVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the template version.
|
Date |
getCreatedTime()
The time that this template version was created.
|
String |
getDescription()
The description of the template version.
|
String |
getStatus()
The status of the template version.
|
Long |
getVersionNumber()
The version number of the template version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the template version.
|
void |
setCreatedTime(Date createdTime)
The time that this template version was created.
|
void |
setDescription(String description)
The description of the template version.
|
void |
setStatus(String status)
The status of the template version.
|
void |
setVersionNumber(Long versionNumber)
The version number of the template version.
|
String |
toString()
Returns a string representation of this object.
|
TemplateVersionSummary |
withArn(String arn)
The ARN of the template version.
|
TemplateVersionSummary |
withCreatedTime(Date createdTime)
The time that this template version was created.
|
TemplateVersionSummary |
withDescription(String description)
The description of the template version.
|
TemplateVersionSummary |
withStatus(ResourceStatus status)
The status of the template version.
|
TemplateVersionSummary |
withStatus(String status)
The status of the template version.
|
TemplateVersionSummary |
withVersionNumber(Long versionNumber)
The version number of the template version.
|
public void setArn(String arn)
The ARN of the template version.
arn
- The ARN of the template version.public String getArn()
The ARN of the template version.
public TemplateVersionSummary withArn(String arn)
The ARN of the template version.
arn
- The ARN of the template version.public void setVersionNumber(Long versionNumber)
The version number of the template version.
versionNumber
- The version number of the template version.public Long getVersionNumber()
The version number of the template version.
public TemplateVersionSummary withVersionNumber(Long versionNumber)
The version number of the template version.
versionNumber
- The version number of the template version.public void setCreatedTime(Date createdTime)
The time that this template version was created.
createdTime
- The time that this template version was created.public Date getCreatedTime()
The time that this template version was created.
public TemplateVersionSummary withCreatedTime(Date createdTime)
The time that this template version was created.
createdTime
- The time that this template version was created.public void setStatus(String status)
The status of the template version.
status
- The status of the template version.ResourceStatus
public String getStatus()
The status of the template version.
ResourceStatus
public TemplateVersionSummary withStatus(String status)
The status of the template version.
status
- The status of the template version.ResourceStatus
public TemplateVersionSummary withStatus(ResourceStatus status)
The status of the template version.
status
- The status of the template version.ResourceStatus
public void setDescription(String description)
The description of the template version.
description
- The description of the template version.public String getDescription()
The description of the template version.
public TemplateVersionSummary withDescription(String description)
The description of the template version.
description
- The description of the template version.public String toString()
toString
in class Object
Object.toString()
public TemplateVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.