@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenderableTask extends Object implements Serializable, Cloneable, StructuredPojo
Contains input values for a task.
| Constructor and Description |
|---|
RenderableTask () |
| Modifier and Type | Method and Description |
|---|---|
RenderableTask |
clone () |
boolean |
equals (Object obj) |
String |
getInput ()
A JSON object that contains values for the variables defined in the template.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInput (String input)
A JSON object that contains values for the variables defined in the template.
|
String |
toString ()
Returns a string representation of this object.
|
RenderableTask |
withInput (String input)
A JSON object that contains values for the variables defined in the template.
|
public RenderableTask()
public void setInput(String input)
A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".
input - A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".public String getInput()
A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".
task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".public RenderableTask withInput(String input)
A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".
input - A JSON object that contains values for the variables defined in the template. It is made available to the
template under the substitution variable task.input. For example, if you define a variable
task.input.text in your template, you can supply the variable in the JSON object as
"text": "sample text".public String toString()
toString in class Object Object.toString() public RenderableTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.