@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the response to a CreateDeployment
request.
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The deployment ID, which can be used with other requests to identify the deployment.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment.
deploymentId
- The deployment ID, which can be used with other requests to identify the deployment.public String getDeploymentId()
The deployment ID, which can be used with other requests to identify the deployment.
public CreateDeploymentResult withDeploymentId(String deploymentId)
The deployment ID, which can be used with other requests to identify the deployment.
deploymentId
- The deployment ID, which can be used with other requests to identify the deployment.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.