@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepStateChangeReason extends Object implements Serializable, Cloneable, StructuredPojo
The details of the step state change reason.
Constructor and Description |
---|
StepStateChangeReason() |
Modifier and Type | Method and Description |
---|---|
StepStateChangeReason |
clone() |
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 |
marshall(ProtocolMarshaller protocolMarshaller) |
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.
|
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.
|
public void setCode(String code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the
state change.StepStateChangeReasonCode
public String getCode()
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
StepStateChangeReasonCode
public StepStateChangeReason withCode(String code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the
state change.StepStateChangeReasonCode
public void setCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the
state change.StepStateChangeReasonCode
public StepStateChangeReason withCode(StepStateChangeReasonCode code)
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
code
- The programmable code for the state change reason. Note: Currently, the service provides no code for the
state change.StepStateChangeReasonCode
public void setMessage(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.public String getMessage()
The descriptive message for the state change reason.
public StepStateChangeReason withMessage(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.public String toString()
toString
in class Object
Object.toString()
public StepStateChangeReason clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.