@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateEnteredEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
StateEnteredEventDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
StateEnteredEventDetails | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getInput()
 The JSON input data to the state. 
 | 
String | 
getName()
 The name of the state. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)  | 
void | 
setInput(String input)
 The JSON input data to the state. 
 | 
void | 
setName(String name)
 The name of the state. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
StateEnteredEventDetails | 
withInput(String input)
 The JSON input data to the state. 
 | 
StateEnteredEventDetails | 
withName(String name)
 The name of the state. 
 | 
public void setName(String name)
The name of the state.
name - The name of the state.public String getName()
The name of the state.
public StateEnteredEventDetails withName(String name)
The name of the state.
name - The name of the state.public void setInput(String input)
The JSON input data to the state.
input - The JSON input data to the state.public String getInput()
The JSON input data to the state.
public StateEnteredEventDetails withInput(String input)
The JSON input data to the state.
input - The JSON input data to the state.public String toString()
toString in class ObjectObject.toString()public StateEnteredEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.