@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateExitedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about an exit from a state during an execution.
| Constructor and Description |
|---|
StateExitedEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
StateExitedEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the state.
|
String |
getOutput()
The JSON output data of the state.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the state.
|
void |
setOutput(String output)
The JSON output data of the state.
|
String |
toString()
Returns a string representation of this object.
|
StateExitedEventDetails |
withName(String name)
The name of the state.
|
StateExitedEventDetails |
withOutput(String output)
The JSON output data of the state.
|
public void setName(String name)
The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
name - The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public String getName()
The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public StateExitedEventDetails withName(String name)
The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
name - The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public void setOutput(String output)
The JSON output data of the state.
output - The JSON output data of the state.public String getOutput()
The JSON output data of the state.
public StateExitedEventDetails withOutput(String output)
The JSON output data of the state.
output - The JSON output data of the state.public String toString()
toString in class ObjectObject.toString()public StateExitedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.