Class GetDeploymentGroupResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetDeploymentGroupResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a get deployment group operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the deployment group.inthashCode()voidsetDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo) Information about the deployment group.toString()Returns a string representation of this object; useful for testing and debugging.withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo) Information about the deployment group.
-
Constructor Details
-
GetDeploymentGroupResult
public GetDeploymentGroupResult()
-
-
Method Details
-
setDeploymentGroupInfo
Information about the deployment group.
- Parameters:
deploymentGroupInfo- Information about the deployment group.
-
getDeploymentGroupInfo
Information about the deployment group.
- Returns:
- Information about the deployment group.
-
withDeploymentGroupInfo
Information about the deployment group.
- Parameters:
deploymentGroupInfo- Information about the deployment group.- 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
-