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