@Generated(value="software.amazon.awssdk:codegen") public final class RenderableTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenderableTask.Builder,RenderableTask>
Contains input values for a task.
Modifier and Type | Class and Description |
---|---|
static interface |
RenderableTask.Builder |
Modifier and Type | Method and Description |
---|---|
static RenderableTask.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
A JSON object that contains values for the variables defined in the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RenderableTask.Builder> |
serializableBuilderClass() |
RenderableTask.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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"
.
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RenderableTask.Builder,RenderableTask>
public static RenderableTask.Builder builder()
public static Class<? extends RenderableTask.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.