@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionPayload extends Object implements Serializable, Cloneable, StructuredPojo
The JSON payload of the action.
| Constructor and Description |
|---|
ActionPayload() |
| Modifier and Type | Method and Description |
|---|---|
ActionPayload |
clone() |
boolean |
equals(Object obj) |
String |
getStringValue()
The payload of the action in a JSON string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStringValue(String stringValue)
The payload of the action in a JSON string.
|
String |
toString()
Returns a string representation of this object.
|
ActionPayload |
withStringValue(String stringValue)
The payload of the action in a JSON string.
|
public void setStringValue(String stringValue)
The payload of the action in a JSON string.
stringValue - The payload of the action in a JSON string.public String getStringValue()
The payload of the action in a JSON string.
public ActionPayload withStringValue(String stringValue)
The payload of the action in a JSON string.
stringValue - The payload of the action in a JSON string.public String toString()
toString in class ObjectObject.toString()public ActionPayload clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.