@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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()
toBuilder
in interface ToCopyableBuilder<RenderableTask.Builder,RenderableTask>
public static RenderableTask.Builder builder()
public static Class<? extends RenderableTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.