@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariableValue extends Object implements Serializable, Cloneable, StructuredPojo
The input variables to the app to be used by the InvokeScreenAutomation action request.
| Constructor and Description | 
|---|
| VariableValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| VariableValue | clone() | 
| boolean | equals(Object obj) | 
| String | getRawValue()
 Raw value of the variable. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setRawValue(String rawValue)
 Raw value of the variable. | 
| String | toString()Returns a string representation of this object. | 
| VariableValue | withRawValue(String rawValue)
 Raw value of the variable. | 
public void setRawValue(String rawValue)
Raw value of the variable.
rawValue - Raw value of the variable.public String getRawValue()
Raw value of the variable.
public VariableValue withRawValue(String rawValue)
Raw value of the variable.
rawValue - Raw value of the variable.public String toString()
toString in class ObjectObject.toString()public VariableValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.