@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 |
getDeploymentType()
The type of the deployment.
|
List<ErrorDetail> |
getErrorDetails()
The error Details
|
String |
getErrorMessage()
Error Message
|
String |
getUpdatedAt()
Last time the deployment status was updated.
|
int |
hashCode() |
void |
setDeploymentStatus(String deploymentStatus)
Status of the deployment.
|
void |
setDeploymentType(String deploymentType)
The type of the deployment.
|
void |
setErrorDetails(Collection<ErrorDetail> errorDetails)
The error Details
|
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 |
withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
GetDeploymentStatusResult |
withDeploymentType(String deploymentType)
The type of the deployment.
|
GetDeploymentStatusResult |
withErrorDetails(Collection<ErrorDetail> errorDetails)
The error Details
|
GetDeploymentStatusResult |
withErrorDetails(ErrorDetail... errorDetails)
The error Details
|
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 setDeploymentType(String deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic String getDeploymentType()
DeploymentTypepublic GetDeploymentStatusResult withDeploymentType(String deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic GetDeploymentStatusResult withDeploymentType(DeploymentType deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic List<ErrorDetail> getErrorDetails()
public void setErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - The error Detailspublic GetDeploymentStatusResult withErrorDetails(ErrorDetail... errorDetails)
NOTE: This method appends the values to the existing list (if any). Use
setErrorDetails(java.util.Collection) or withErrorDetails(java.util.Collection) if you want to
override the existing values.
errorDetails - The error Detailspublic GetDeploymentStatusResult withErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - The error Detailspublic 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.