@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Defines an application version summary.
Constructor and Description |
---|
ApplicationVersionSummary() |
Modifier and Type | Method and Description |
---|---|
ApplicationVersionSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getApplicationVersion()
The application version.
|
Date |
getCreationTime()
The timestamp when the application version was created.
|
String |
getStatus()
The status of the application.
|
String |
getStatusReason()
The reason for the reported status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationVersion(Integer applicationVersion)
The application version.
|
void |
setCreationTime(Date creationTime)
The timestamp when the application version was created.
|
void |
setStatus(String status)
The status of the application.
|
void |
setStatusReason(String statusReason)
The reason for the reported status.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationVersionSummary |
withApplicationVersion(Integer applicationVersion)
The application version.
|
ApplicationVersionSummary |
withCreationTime(Date creationTime)
The timestamp when the application version was created.
|
ApplicationVersionSummary |
withStatus(ApplicationVersionLifecycle status)
The status of the application.
|
ApplicationVersionSummary |
withStatus(String status)
The status of the application.
|
ApplicationVersionSummary |
withStatusReason(String statusReason)
The reason for the reported status.
|
public void setApplicationVersion(Integer applicationVersion)
The application version.
applicationVersion
- The application version.public Integer getApplicationVersion()
The application version.
public ApplicationVersionSummary withApplicationVersion(Integer applicationVersion)
The application version.
applicationVersion
- The application version.public void setCreationTime(Date creationTime)
The timestamp when the application version was created.
creationTime
- The timestamp when the application version was created.public Date getCreationTime()
The timestamp when the application version was created.
public ApplicationVersionSummary withCreationTime(Date creationTime)
The timestamp when the application version was created.
creationTime
- The timestamp when the application version was created.public void setStatus(String status)
The status of the application.
status
- The status of the application.ApplicationVersionLifecycle
public String getStatus()
The status of the application.
ApplicationVersionLifecycle
public ApplicationVersionSummary withStatus(String status)
The status of the application.
status
- The status of the application.ApplicationVersionLifecycle
public ApplicationVersionSummary withStatus(ApplicationVersionLifecycle status)
The status of the application.
status
- The status of the application.ApplicationVersionLifecycle
public void setStatusReason(String statusReason)
The reason for the reported status.
statusReason
- The reason for the reported status.public String getStatusReason()
The reason for the reported status.
public ApplicationVersionSummary withStatusReason(String statusReason)
The reason for the reported status.
statusReason
- The reason for the reported status.public String toString()
toString
in class Object
Object.toString()
public ApplicationVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.