public class GetDeploymentGroupResult extends Object implements Serializable, Cloneable
Represents the output of a get deployment group operation.
| Constructor and Description |
|---|
GetDeploymentGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentGroupResult |
clone() |
boolean |
equals(Object obj) |
DeploymentGroupInfo |
getDeploymentGroupInfo()
Information about the deployment group.
|
int |
hashCode() |
void |
setDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentGroupResult |
withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
public void setDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
deploymentGroupInfo - Information about the deployment group.public DeploymentGroupInfo getDeploymentGroupInfo()
Information about the deployment group.
public GetDeploymentGroupResult withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
deploymentGroupInfo - Information about the deployment group.public String toString()
toString in class ObjectObject.toString()public GetDeploymentGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.