public class CreateDeploymentResult extends Object implements Serializable
Contains the response to a CreateDeployment
request.
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getDeploymentId()
public void setDeploymentId(String deploymentId)
deploymentId
- The deployment ID, which can be used with other requests to identify
the deployment.public CreateDeploymentResult withDeploymentId(String deploymentId)
Returns a reference to this object so that method calls can be chained together.
deploymentId
- The deployment ID, which can be used with other requests to identify
the deployment.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.