@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDeploymentStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentStatus()
Status of the deployment.
|
String |
getErrorMessage()
Error Message
|
String |
getUpdatedAt()
Last time the deployment status was updated.
|
int |
hashCode() |
void |
setDeploymentStatus(String deploymentStatus)
Status of the deployment.
|
void |
setErrorMessage(String errorMessage)
Error Message
|
void |
setUpdatedAt(String updatedAt)
Last time the deployment status was updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDeploymentStatusResult |
withDeploymentStatus(String deploymentStatus)
Status of the deployment.
|
GetDeploymentStatusResult |
withErrorMessage(String errorMessage)
Error Message
|
GetDeploymentStatusResult |
withUpdatedAt(String updatedAt)
Last time the deployment status was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeploymentStatus(String deploymentStatus)
deploymentStatus - Status of the deployment.public String getDeploymentStatus()
public GetDeploymentStatusResult withDeploymentStatus(String deploymentStatus)
deploymentStatus - Status of the deployment.public void setErrorMessage(String errorMessage)
errorMessage - Error Messagepublic String getErrorMessage()
public GetDeploymentStatusResult withErrorMessage(String errorMessage)
errorMessage - Error Messagepublic void setUpdatedAt(String updatedAt)
updatedAt - Last time the deployment status was updated.public String getUpdatedAt()
public GetDeploymentStatusResult withUpdatedAt(String updatedAt)
updatedAt - Last time the deployment status was updated.public String toString()
toString in class ObjectObject.toString()public GetDeploymentStatusResult clone()
Copyright © 2017. All rights reserved.