public class GetDeploymentConfigResult extends Object implements Serializable
Represents the output of a get deployment configuration operation.
Constructor and Description |
---|
GetDeploymentConfigResult() |
Modifier and Type | Method and Description |
---|---|
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 DeploymentConfigInfo getDeploymentConfigInfo()
public void setDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
deploymentConfigInfo
- Information about the deployment configuration.public GetDeploymentConfigResult withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Returns a reference to this object so that method calls can be chained together.
deploymentConfigInfo
- Information about the deployment configuration.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.