@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConditionStepMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for a Condition step.
Constructor and Description |
---|
ConditionStepMetadata() |
Modifier and Type | Method and Description |
---|---|
ConditionStepMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getOutcome()
The outcome of the Condition step evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutcome(String outcome)
The outcome of the Condition step evaluation.
|
String |
toString()
Returns a string representation of this object.
|
ConditionStepMetadata |
withOutcome(ConditionOutcome outcome)
The outcome of the Condition step evaluation.
|
ConditionStepMetadata |
withOutcome(String outcome)
The outcome of the Condition step evaluation.
|
public void setOutcome(String outcome)
The outcome of the Condition step evaluation.
outcome
- The outcome of the Condition step evaluation.ConditionOutcome
public String getOutcome()
The outcome of the Condition step evaluation.
ConditionOutcome
public ConditionStepMetadata withOutcome(String outcome)
The outcome of the Condition step evaluation.
outcome
- The outcome of the Condition step evaluation.ConditionOutcome
public ConditionStepMetadata withOutcome(ConditionOutcome outcome)
The outcome of the Condition step evaluation.
outcome
- The outcome of the Condition step evaluation.ConditionOutcome
public String toString()
toString
in class Object
Object.toString()
public ConditionStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.