public class GetDeploymentGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get deployment group operation.
Modifier and Type | Field and Description |
---|---|
private DeploymentGroupInfo |
deploymentGroupInfo
Information about the deployment group.
|
Constructor and Description |
---|
GetDeploymentGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DeploymentGroupInfo |
getDeploymentGroupInfo()
Information about the deployment group.
|
int |
hashCode() |
void |
setDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDeploymentGroupResult |
withDeploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetDeploymentGroupResult clone()
clone
in class java.lang.Object