@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public String getName()
The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
public StateExitedEventDetails withName(String name)
The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
name
- The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F
, U+007F-009F
)
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 Object
Object.toString()
public StateExitedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.