Class StopDeploymentResult
java.lang.Object
com.amazonaws.services.codedeploy.model.StopDeploymentResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a stop deployment operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the stop deployment operation:An accompanying status message.int
hashCode()
void
setStatus
(StopStatus status) The status of the stop deployment operation:void
The status of the stop deployment operation:void
setStatusMessage
(String statusMessage) An accompanying status message.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(StopStatus status) The status of the stop deployment operation:withStatus
(String status) The status of the stop deployment operation:withStatusMessage
(String statusMessage) An accompanying status message.
-
Constructor Details
-
StopDeploymentResult
public StopDeploymentResult()
-
-
Method Details
-
setStatus
The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Parameters:
status
- The status of the stop deployment operation:- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- See Also:
-
getStatus
The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Returns:
- The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- See Also:
-
withStatus
The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Parameters:
status
- The status of the stop deployment operation:- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Parameters:
status
- The status of the stop deployment operation:- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- See Also:
-
withStatus
The status of the stop deployment operation:
- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Parameters:
status
- The status of the stop deployment operation:- Pending: The stop operation is pending.
- Succeeded: The stop operation was successful.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatusMessage
An accompanying status message.
- Parameters:
statusMessage
- An accompanying status message.
-
getStatusMessage
An accompanying status message.
- Returns:
- An accompanying status message.
-
withStatusMessage
An accompanying status message.
- Parameters:
statusMessage
- An accompanying status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-