@Generated(value="software.amazon.awssdk:codegen") public final class DescribeHumanTaskUiResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeHumanTaskUiResponse.Builder,DescribeHumanTaskUiResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeHumanTaskUiResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHumanTaskUiResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when the human task user interface was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
humanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
|
String |
humanTaskUiName()
The name of the human task user interface (worker task template).
|
HumanTaskUiStatus |
humanTaskUiStatus()
The status of the human task user interface (worker task template).
|
String |
humanTaskUiStatusAsString()
The status of the human task user interface (worker task template).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeHumanTaskUiResponse.Builder> |
serializableBuilderClass() |
DescribeHumanTaskUiResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UiTemplateInfo |
uiTemplate()
Returns the value of the UiTemplate property for this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String humanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
public final String humanTaskUiName()
The name of the human task user interface (worker task template).
public final HumanTaskUiStatus humanTaskUiStatus()
The status of the human task user interface (worker task template). Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version, humanTaskUiStatus
will return HumanTaskUiStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from humanTaskUiStatusAsString().
HumanTaskUiStatuspublic final String humanTaskUiStatusAsString()
The status of the human task user interface (worker task template). Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version, humanTaskUiStatus
will return HumanTaskUiStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from humanTaskUiStatusAsString().
HumanTaskUiStatuspublic final Instant creationTime()
The timestamp when the human task user interface was created.
public final UiTemplateInfo uiTemplate()
public DescribeHumanTaskUiResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeHumanTaskUiResponse.Builder,DescribeHumanTaskUiResponse>toBuilder in class AwsResponsepublic static DescribeHumanTaskUiResponse.Builder builder()
public static Class<? extends DescribeHumanTaskUiResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.