Class GetDeploymentResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetDeploymentResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get deployment operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the deployment.int
hashCode()
void
setDeploymentInfo
(DeploymentInfo deploymentInfo) Information about the deployment.toString()
Returns a string representation of this object; useful for testing and debugging.withDeploymentInfo
(DeploymentInfo deploymentInfo) Information about the deployment.
-
Constructor Details
-
GetDeploymentResult
public GetDeploymentResult()
-
-
Method Details
-
setDeploymentInfo
Information about the deployment.
- Parameters:
deploymentInfo
- Information about the deployment.
-
getDeploymentInfo
Information about the deployment.
- Returns:
- Information about the deployment.
-
withDeploymentInfo
Information about the deployment.
- Parameters:
deploymentInfo
- Information about the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-