public class CreateDeploymentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a CreateDeployment
request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
deploymentId
The deployment ID, which can be used with other requests to identify the
deployment.
|
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeploymentId()
The deployment ID, which can be used with other requests to identify the
deployment.
|
int |
hashCode() |
void |
setDeploymentId(java.lang.String deploymentId)
The deployment ID, which can be used with other requests to identify the
deployment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDeploymentResult |
withDeploymentId(java.lang.String deploymentId)
The deployment ID, which can be used with other requests to identify the
deployment.
|
private java.lang.String deploymentId
The deployment ID, which can be used with other requests to identify the deployment.
public void setDeploymentId(java.lang.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 java.lang.String getDeploymentId()
The deployment ID, which can be used with other requests to identify the deployment.
public CreateDeploymentResult withDeploymentId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateDeploymentResult clone()
clone
in class java.lang.Object