@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a StopDeployment operation.
 
| Constructor and Description | 
|---|
| StopDeploymentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StopDeploymentResult | clone() | 
| boolean | equals(Object obj) | 
| String | getStatus()
 The status of the stop deployment operation: | 
| String | getStatusMessage()
 An accompanying status message. | 
| int | hashCode() | 
| void | setStatus(StopStatus status)
 The status of the stop deployment operation: | 
| void | setStatus(String status)
 The status of the stop deployment operation: | 
| void | setStatusMessage(String statusMessage)
 An accompanying status message. | 
| String | toString()Returns a string representation of this object. | 
| StopDeploymentResult | withStatus(StopStatus status)
 The status of the stop deployment operation: | 
| StopDeploymentResult | withStatus(String status)
 The status of the stop deployment operation: | 
| StopDeploymentResult | withStatusMessage(String statusMessage)
 An accompanying status message. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
        Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic String getStatus()
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic StopDeploymentResult withStatus(String status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
        Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic void setStatus(StopStatus status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
        Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic StopDeploymentResult withStatus(StopStatus status)
The status of the stop deployment operation:
Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
status - The status of the stop deployment operation:
        Pending: The stop operation is pending.
Succeeded: The stop operation was successful.
StopStatuspublic void setStatusMessage(String statusMessage)
An accompanying status message.
statusMessage - An accompanying status message.public String getStatusMessage()
An accompanying status message.
public StopDeploymentResult withStatusMessage(String statusMessage)
An accompanying status message.
statusMessage - An accompanying status message.public String toString()
toString in class ObjectObject.toString()public StopDeploymentResult clone()