@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; useful for testing and debugging.
|
GetDeploymentConfigResult |
withDeploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.