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 DeploymentGroupInfo getDeploymentGroupInfo()
public void setDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
deploymentGroupInfo
- Information about the deployment group.public GetDeploymentGroupResult withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Returns a reference to this object so that method calls can be chained together.
deploymentGroupInfo
- Information about the deployment group.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentGroupResult clone()
Copyright © 2015. All rights reserved.