@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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.
StopStatus
public 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.
StopStatus
public 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.
StopStatus
public 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.
StopStatus
public 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.
StopStatus
public 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 Object
Object.toString()
public StopDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.