@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application.
|
Integer |
getApplicationVersion()
The application version.
|
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 status of the deployment.
|
String |
getStatusReason()
The reason for the reported status.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application.
|
void |
setApplicationVersion(Integer applicationVersion)
The application version.
|
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 status of the deployment.
|
void |
setStatusReason(String statusReason)
The reason for the reported status.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentResult |
withApplicationId(String applicationId)
The unique identifier of the application.
|
GetDeploymentResult |
withApplicationVersion(Integer applicationVersion)
The application version.
|
GetDeploymentResult |
withCreationTime(Date creationTime)
The timestamp when the deployment was created.
|
GetDeploymentResult |
withDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
GetDeploymentResult |
withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
|
GetDeploymentResult |
withStatus(DeploymentLifecycle status)
The status of the deployment.
|
GetDeploymentResult |
withStatus(String status)
The status of the deployment.
|
GetDeploymentResult |
withStatusReason(String statusReason)
The reason for the reported status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetDeploymentResult withApplicationId(String applicationId)
The unique identifier of the application.
applicationId
- The unique identifier of the application.public void setApplicationVersion(Integer applicationVersion)
The application version.
applicationVersion
- The application version.public Integer getApplicationVersion()
The application version.
public GetDeploymentResult withApplicationVersion(Integer applicationVersion)
The application version.
applicationVersion
- The application version.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 GetDeploymentResult 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 GetDeploymentResult 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 GetDeploymentResult withEnvironmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId
- The unique identifier of the runtime environment.public void setStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentLifecycle
public String getStatus()
The status of the deployment.
DeploymentLifecycle
public GetDeploymentResult withStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentLifecycle
public GetDeploymentResult withStatus(DeploymentLifecycle status)
The status of the deployment.
status
- The 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 GetDeploymentResult 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 GetDeploymentResult clone()