@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Instant creationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
public Instant creationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
public 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.SortOrder
public 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.SortOrder
public String nextToken()
A token to resume pagination.
public 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 SageMakerRequest
public static ListHumanTaskUisRequest.Builder builder()
public static Class<? extends ListHumanTaskUisRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.