@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The unique identifier of the deployment.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The unique identifier of the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId
- The unique identifier of the deployment.public String getDeploymentId()
The unique identifier of the deployment.
public CreateDeploymentResult withDeploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId
- The unique identifier of the deployment.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()