Class InstanceStateChangeReason
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.InstanceStateChangeReason
- All Implemented Interfaces:
Serializable
,Cloneable
The details of the status change reason for the instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCode()
The programmable code for the state change reason.The status change reason description.int
hashCode()
void
The programmable code for the state change reason.void
The programmable code for the state change reason.void
setMessage
(String message) The status change reason description.toString()
Returns a string representation of this object; useful for testing and debugging.The programmable code for the state change reason.The programmable code for the state change reason.withMessage
(String message) The status change reason description.
-
Constructor Details
-
InstanceStateChangeReason
public InstanceStateChangeReason()
-
-
Method Details
-
setCode
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- See Also:
-
getCode
The programmable code for the state change reason.
- Returns:
- The programmable code for the state change reason.
- See Also:
-
withCode
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setCode
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- See Also:
-
withCode
The programmable code for the state change reason.
- Parameters:
code
- The programmable code for the state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessage
The status change reason description.
- Parameters:
message
- The status change reason description.
-
getMessage
The status change reason description.
- Returns:
- The status change reason description.
-
withMessage
The status change reason description.
- Parameters:
message
- The status change reason description.- 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
-