@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 String humanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface (worker task template).
public String humanTaskUiName()
The name of the human task user interface (worker task template).
public 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 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 Instant creationTime()
The timestamp when the human task user interface was created.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.