@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 Object
Object.toString()
public ActionPayload clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.