Class GetDeploymentConfigResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetDeploymentConfigResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get deployment configuration operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the deployment configuration.int
hashCode()
void
setDeploymentConfigInfo
(DeploymentConfigInfo deploymentConfigInfo) Information about the deployment configuration.toString()
Returns a string representation of this object; useful for testing and debugging.withDeploymentConfigInfo
(DeploymentConfigInfo deploymentConfigInfo) Information about the deployment configuration.
-
Constructor Details
-
GetDeploymentConfigResult
public GetDeploymentConfigResult()
-
-
Method Details
-
setDeploymentConfigInfo
Information about the deployment configuration.
- Parameters:
deploymentConfigInfo
- Information about the deployment configuration.
-
getDeploymentConfigInfo
Information about the deployment configuration.
- Returns:
- Information about the deployment configuration.
-
withDeploymentConfigInfo
public GetDeploymentConfigResult withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo) Information about the deployment configuration.
- Parameters:
deploymentConfigInfo
- Information about the deployment configuration.- 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
-