@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; useful for testing and debugging.
|
GetDeploymentGroupResult |
withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GetDeploymentGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.