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