@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceTemplateVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary data of an Proton service template version resource.
Constructor and Description |
---|
ServiceTemplateVersionSummary() |
Modifier and Type | Method and Description |
---|---|
ServiceTemplateVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the version of a service template.
|
Date |
getCreatedAt()
The time when the version of a service template was created.
|
String |
getDescription()
A description of the version of a service template.
|
Date |
getLastModifiedAt()
The time when the version of a service template was last modified.
|
String |
getMajorVersion()
The latest major version that's associated with the version of a service template.
|
String |
getMinorVersion()
The minor version of a service template.
|
String |
getRecommendedMinorVersion()
The recommended minor version of the service template.
|
String |
getStatus()
The service template minor version status.
|
String |
getStatusMessage()
A service template minor version status message.
|
String |
getTemplateName()
The name of the service template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the version of a service template.
|
void |
setCreatedAt(Date createdAt)
The time when the version of a service template was created.
|
void |
setDescription(String description)
A description of the version of a service template.
|
void |
setLastModifiedAt(Date lastModifiedAt)
The time when the version of a service template was last modified.
|
void |
setMajorVersion(String majorVersion)
The latest major version that's associated with the version of a service template.
|
void |
setMinorVersion(String minorVersion)
The minor version of a service template.
|
void |
setRecommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the service template.
|
void |
setStatus(String status)
The service template minor version status.
|
void |
setStatusMessage(String statusMessage)
A service template minor version status message.
|
void |
setTemplateName(String templateName)
The name of the service template.
|
String |
toString()
Returns a string representation of this object.
|
ServiceTemplateVersionSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the version of a service template.
|
ServiceTemplateVersionSummary |
withCreatedAt(Date createdAt)
The time when the version of a service template was created.
|
ServiceTemplateVersionSummary |
withDescription(String description)
A description of the version of a service template.
|
ServiceTemplateVersionSummary |
withLastModifiedAt(Date lastModifiedAt)
The time when the version of a service template was last modified.
|
ServiceTemplateVersionSummary |
withMajorVersion(String majorVersion)
The latest major version that's associated with the version of a service template.
|
ServiceTemplateVersionSummary |
withMinorVersion(String minorVersion)
The minor version of a service template.
|
ServiceTemplateVersionSummary |
withRecommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the service template.
|
ServiceTemplateVersionSummary |
withStatus(String status)
The service template minor version status.
|
ServiceTemplateVersionSummary |
withStatus(TemplateVersionStatus status)
The service template minor version status.
|
ServiceTemplateVersionSummary |
withStatusMessage(String statusMessage)
A service template minor version status message.
|
ServiceTemplateVersionSummary |
withTemplateName(String templateName)
The name of the service template.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the version of a service template.
arn
- The Amazon Resource Name (ARN) of the version of a service template.public String getArn()
The Amazon Resource Name (ARN) of the version of a service template.
public ServiceTemplateVersionSummary withArn(String arn)
The Amazon Resource Name (ARN) of the version of a service template.
arn
- The Amazon Resource Name (ARN) of the version of a service template.public void setCreatedAt(Date createdAt)
The time when the version of a service template was created.
createdAt
- The time when the version of a service template was created.public Date getCreatedAt()
The time when the version of a service template was created.
public ServiceTemplateVersionSummary withCreatedAt(Date createdAt)
The time when the version of a service template was created.
createdAt
- The time when the version of a service template was created.public void setDescription(String description)
A description of the version of a service template.
description
- A description of the version of a service template.public String getDescription()
A description of the version of a service template.
public ServiceTemplateVersionSummary withDescription(String description)
A description of the version of a service template.
description
- A description of the version of a service template.public void setLastModifiedAt(Date lastModifiedAt)
The time when the version of a service template was last modified.
lastModifiedAt
- The time when the version of a service template was last modified.public Date getLastModifiedAt()
The time when the version of a service template was last modified.
public ServiceTemplateVersionSummary withLastModifiedAt(Date lastModifiedAt)
The time when the version of a service template was last modified.
lastModifiedAt
- The time when the version of a service template was last modified.public void setMajorVersion(String majorVersion)
The latest major version that's associated with the version of a service template.
majorVersion
- The latest major version that's associated with the version of a service template.public String getMajorVersion()
The latest major version that's associated with the version of a service template.
public ServiceTemplateVersionSummary withMajorVersion(String majorVersion)
The latest major version that's associated with the version of a service template.
majorVersion
- The latest major version that's associated with the version of a service template.public void setMinorVersion(String minorVersion)
The minor version of a service template.
minorVersion
- The minor version of a service template.public String getMinorVersion()
The minor version of a service template.
public ServiceTemplateVersionSummary withMinorVersion(String minorVersion)
The minor version of a service template.
minorVersion
- The minor version of a service template.public void setRecommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the service template.
recommendedMinorVersion
- The recommended minor version of the service template.public String getRecommendedMinorVersion()
The recommended minor version of the service template.
public ServiceTemplateVersionSummary withRecommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the service template.
recommendedMinorVersion
- The recommended minor version of the service template.public void setStatus(String status)
The service template minor version status.
status
- The service template minor version status.TemplateVersionStatus
public String getStatus()
The service template minor version status.
TemplateVersionStatus
public ServiceTemplateVersionSummary withStatus(String status)
The service template minor version status.
status
- The service template minor version status.TemplateVersionStatus
public ServiceTemplateVersionSummary withStatus(TemplateVersionStatus status)
The service template minor version status.
status
- The service template minor version status.TemplateVersionStatus
public void setStatusMessage(String statusMessage)
A service template minor version status message.
statusMessage
- A service template minor version status message.public String getStatusMessage()
A service template minor version status message.
public ServiceTemplateVersionSummary withStatusMessage(String statusMessage)
A service template minor version status message.
statusMessage
- A service template minor version status message.public void setTemplateName(String templateName)
The name of the service template.
templateName
- The name of the service template.public String getTemplateName()
The name of the service template.
public ServiceTemplateVersionSummary withTemplateName(String templateName)
The name of the service template.
templateName
- The name of the service template.public String toString()
toString
in class Object
Object.toString()
public ServiceTemplateVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.