@Generated(value="software.amazon.awssdk:codegen") public final class ListHumanTaskUisRequest extends SageMakerRequest implements ToCopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListHumanTaskUisRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListHumanTaskUisRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified
timestamp.
|
Instant |
creationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The total number of items to return.
|
String |
nextToken()
A token to resume pagination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListHumanTaskUisRequest.Builder> |
serializableBuilderClass() |
SortOrder |
sortOrder()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
String |
sortOrderAsString()
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListHumanTaskUisRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
public final Instant creationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
public final SortOrder sortOrder()
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or
Descending order.SortOrderpublic final String sortOrderAsString()
An optional value that specifies whether you want the results sorted in Ascending or
Descending order.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or
Descending order.SortOrderpublic final String nextToken()
A token to resume pagination.
public final Integer maxResults()
The total number of items to return. If the total number of available items is more than the value specified in
MaxResults, then a NextToken will be provided in the output that you can use to resume
pagination.
MaxResults, then a NextToken will be provided in the output that
you can use to resume pagination.public ListHumanTaskUisRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>toBuilder in class SageMakerRequestpublic static ListHumanTaskUisRequest.Builder builder()
public static Class<? extends ListHumanTaskUisRequest.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 © 2022. All rights reserved.