|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.StepStateChangeReason
public class StepStateChangeReason
The details of the step state change reason.
Constructor Summary | |
---|---|
StepStateChangeReason()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCode()
The programmable code for the state change reason. |
String |
getMessage()
The descriptive message for the state change reason. |
int |
hashCode()
|
void |
setCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. |
void |
setCode(String code)
The programmable code for the state change reason. |
void |
setMessage(String message)
The descriptive message for the state change reason. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
StepStateChangeReason |
withCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. |
StepStateChangeReason |
withCode(String code)
The programmable code for the state change reason. |
StepStateChangeReason |
withMessage(String message)
The descriptive message for the state change reason. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StepStateChangeReason()
Method Detail |
---|
public String getCode()
Constraints:
Allowed Values: NONE
StepStateChangeReasonCode
public void setCode(String code)
Constraints:
Allowed Values: NONE
code
- The programmable code for the state change reason.StepStateChangeReasonCode
public StepStateChangeReason withCode(String code)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NONE
code
- The programmable code for the state change reason.
StepStateChangeReasonCode
public void setCode(StepStateChangeReasonCode code)
Constraints:
Allowed Values: NONE
code
- The programmable code for the state change reason.StepStateChangeReasonCode
public StepStateChangeReason withCode(StepStateChangeReasonCode code)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NONE
code
- The programmable code for the state change reason.
StepStateChangeReasonCode
public String getMessage()
public void setMessage(String message)
message
- The descriptive message for the state change reason.public StepStateChangeReason withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
- The descriptive message for the state change reason.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |