@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentSummary extends Object implements Serializable, Cloneable, StructuredPojo
A subset of information about a specific deployment.
Constructor and Description |
---|
DeploymentSummary() |
Modifier and Type | Method and Description |
---|---|
DeploymentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application.
|
Integer |
getApplicationVersion()
The version of the application.
|
Date |
getCreationTime()
The timestamp when the deployment was created.
|
String |
getDeploymentId()
The unique identifier of the deployment.
|
String |
getEnvironmentId()
The unique identifier of the runtime environment.
|
String |
getStatus()
The current status of the deployment.
|
String |
getStatusReason()
The reason for the reported status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setApplicationVersion(Integer applicationVersion)
The version of the application.
|
void |
setCreationTime(Date creationTime)
The timestamp when the deployment was created.
|
void |
setDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
void |
setEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
|
void |
setStatus(String status)
The current status of the deployment.
|
void |
setStatusReason(String statusReason)
The reason for the reported status.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentSummary |
withApplicationId(String applicationId)
The unique identifier of the application.
|
DeploymentSummary |
withApplicationVersion(Integer applicationVersion)
The version of the application.
|
DeploymentSummary |
withCreationTime(Date creationTime)
The timestamp when the deployment was created.
|
DeploymentSummary |
withDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
DeploymentSummary |
withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
|
DeploymentSummary |
withStatus(DeploymentLifecycle status)
The current status of the deployment.
|
DeploymentSummary |
withStatus(String status)
The current status of the deployment.
|
DeploymentSummary |
withStatusReason(String statusReason)
The reason for the reported status.
|
public void setApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public String getApplicationId()
The unique identifier of the application.
public DeploymentSummary withApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public void setApplicationVersion(Integer applicationVersion)
The version of the application.
applicationVersion
- The version of the application.public Integer getApplicationVersion()
The version of the application.
public DeploymentSummary withApplicationVersion(Integer applicationVersion)
The version of the application.
applicationVersion
- The version of the application.public void setCreationTime(Date creationTime)
The timestamp when the deployment was created.
creationTime
- The timestamp when the deployment was created.public Date getCreationTime()
The timestamp when the deployment was created.
public DeploymentSummary withCreationTime(Date creationTime)
The timestamp when the deployment was created.
creationTime
- The timestamp when the deployment was created.public void setDeploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId
- The unique identifier of the deployment.public String getDeploymentId()
The unique identifier of the deployment.
public DeploymentSummary withDeploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId
- The unique identifier of the deployment.public void setEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId
- The unique identifier of the runtime environment.public String getEnvironmentId()
The unique identifier of the runtime environment.
public DeploymentSummary withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId
- The unique identifier of the runtime environment.public void setStatus(String status)
The current status of the deployment.
status
- The current status of the deployment.DeploymentLifecycle
public String getStatus()
The current status of the deployment.
DeploymentLifecycle
public DeploymentSummary withStatus(String status)
The current status of the deployment.
status
- The current status of the deployment.DeploymentLifecycle
public DeploymentSummary withStatus(DeploymentLifecycle status)
The current status of the deployment.
status
- The current status of the deployment.DeploymentLifecycle
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 DeploymentSummary 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 DeploymentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.