@Generated(value="software.amazon.awssdk:codegen") public final class RenderUiTemplateRequest extends SageMakerRequest implements ToCopyableBuilder<RenderUiTemplateRequest.Builder,RenderUiTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RenderUiTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RenderUiTemplateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
humanTaskUiArn()
The
HumanTaskUiArn of the worker UI that you want to render. |
String |
roleArn()
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RenderUiTemplateRequest.Builder> |
serializableBuilderClass() |
RenderableTask |
task()
A
RenderableTask object containing a representative task to render. |
RenderUiTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UiTemplate |
uiTemplate()
A
Template object containing the worker UI template to render. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UiTemplate uiTemplate()
A Template object containing the worker UI template to render.
Template object containing the worker UI template to render.public final RenderableTask task()
A RenderableTask object containing a representative task to render.
RenderableTask object containing a representative task to render.public final String roleArn()
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
public final String humanTaskUiArn()
The HumanTaskUiArn of the worker UI that you want to render. Do not provide a
HumanTaskUiArn if you use the UiTemplate parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
HumanTaskUiArn of the worker UI that you want to render. Do not provide a
HumanTaskUiArn if you use the UiTemplate parameter.
See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
public RenderUiTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RenderUiTemplateRequest.Builder,RenderUiTemplateRequest>toBuilder in class SageMakerRequestpublic static RenderUiTemplateRequest.Builder builder()
public static Class<? extends RenderUiTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.