@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a GetDeploymentConfig 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. | 
| GetDeploymentConfigResult | withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
 Information about the deployment configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetDeploymentConfigResult clone()