@Generated(value="software.amazon.awssdk:codegen") public final class UiTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UiTemplate.Builder,UiTemplate>
The Liquid template for the worker user interface.
Modifier and Type | Class and Description |
---|---|
static interface |
UiTemplate.Builder |
Modifier and Type | Method and Description |
---|---|
static UiTemplate.Builder |
builder() |
String |
content()
The content of the Liquid template for the worker user interface.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UiTemplate.Builder> |
serializableBuilderClass() |
UiTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String content()
The content of the Liquid template for the worker user interface.
public UiTemplate.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UiTemplate.Builder,UiTemplate>
public static UiTemplate.Builder builder()
public static Class<? extends UiTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.