@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelComponentDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CancelComponentDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
CancelComponentDeploymentResult |
clone() |
boolean |
equals(Object obj) |
Component |
getComponent()
The detailed data of the component with the deployment that is being canceled.
|
int |
hashCode() |
void |
setComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
|
String |
toString()
Returns a string representation of this object.
|
CancelComponentDeploymentResult |
withComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
component - The detailed data of the component with the deployment that is being canceled.public Component getComponent()
The detailed data of the component with the deployment that is being canceled.
public CancelComponentDeploymentResult withComponent(Component component)
The detailed data of the component with the deployment that is being canceled.
component - The detailed data of the component with the deployment that is being canceled.public String toString()
toString in class ObjectObject.toString()public CancelComponentDeploymentResult clone()