@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDeploymentResult |
clone() |
boolean |
equals(Object obj) |
Deployment |
getDeployment()
The detailed data of the deployment being deleted.
|
int |
hashCode() |
void |
setDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDeploymentResult |
withDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
deployment
- The detailed data of the deployment being deleted.public Deployment getDeployment()
The detailed data of the deployment being deleted.
public DeleteDeploymentResult withDeployment(Deployment deployment)
The detailed data of the deployment being deleted.
deployment
- The detailed data of the deployment being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteDeploymentResult clone()