Class RenderUiTemplateRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.RenderUiTemplateRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RenderUiTemplateRequest.Builder,RenderUiTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public final class RenderUiTemplateRequest extends SageMakerRequest implements ToCopyableBuilder<RenderUiTemplateRequest.Builder,RenderUiTemplateRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRenderUiTemplateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderUiTemplateRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhumanTaskUiArn()TheHumanTaskUiArnof the worker UI that you want to render.StringroleArn()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()RenderableTasktask()ARenderableTaskobject containing a representative task to render.RenderUiTemplateRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.UiTemplateuiTemplate()ATemplateobject containing the worker UI template to render.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
uiTemplate
public final UiTemplate uiTemplate()
A
Templateobject containing the worker UI template to render.- Returns:
- A
Templateobject containing the worker UI template to render.
-
task
public final RenderableTask task()
A
RenderableTaskobject containing a representative task to render.- Returns:
- A
RenderableTaskobject containing a representative task to render.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
- Returns:
- The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.
-
humanTaskUiArn
public final String humanTaskUiArn()
The
HumanTaskUiArnof the worker UI that you want to render. Do not provide aHumanTaskUiArnif you use theUiTemplateparameter.See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
- Returns:
- The
HumanTaskUiArnof the worker UI that you want to render. Do not provide aHumanTaskUiArnif you use theUiTemplateparameter.See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.
-
toBuilder
public RenderUiTemplateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RenderUiTemplateRequest.Builder,RenderUiTemplateRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static RenderUiTemplateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RenderUiTemplateRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-