@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateExitedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
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; 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.
name
- The name of the state.public String getName()
The name of the state.
public StateExitedEventDetails withName(String name)
The name of the state.
name
- The name of the state.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)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.