@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 |
getDeploymentArn()
The ARN of the deployment.
|
String |
getDeploymentId()
The ID of the deployment.
|
int |
hashCode() |
void |
setDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
void |
setDeploymentId(String deploymentId)
The ID of the deployment.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentResult |
withDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The ID of the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public String getDeploymentArn()
public CreateDeploymentResult withDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public void setDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public String getDeploymentId()
public CreateDeploymentResult withDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()