@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetDeploymentGroup 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.
|
GetDeploymentGroupResult |
withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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()