Class ListHumanTaskUisRequest
- 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.ListHumanTaskUisRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListHumanTaskUisRequest extends SageMakerRequest implements ToCopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListHumanTaskUisRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ListHumanTaskUisRequest.Builder>
serializableBuilderClass()
SortOrder
sortOrder()
An optional value that specifies whether you want the results sorted inAscending
orDescending
order.String
sortOrderAsString()
An optional value that specifies whether you want the results sorted inAscending
orDescending
order.ListHumanTaskUisRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
creationTimeAfter
public final Instant creationTimeAfter()
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
- Returns:
- A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
-
creationTimeBefore
public final Instant creationTimeBefore()
A filter that returns only human task user interfaces that were created before the specified timestamp.
- Returns:
- A filter that returns only human task user interfaces that were created before the specified timestamp.
-
sortOrder
public final SortOrder sortOrder()
An optional value that specifies whether you want the results sorted in
Ascending
orDescending
order.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will returnSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- An optional value that specifies whether you want the results sorted in
Ascending
orDescending
order. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
An optional value that specifies whether you want the results sorted in
Ascending
orDescending
order.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will returnSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromsortOrderAsString()
.- Returns:
- An optional value that specifies whether you want the results sorted in
Ascending
orDescending
order. - See Also:
SortOrder
-
nextToken
public final String nextToken()
A token to resume pagination.
- Returns:
- A token to resume pagination.
-
maxResults
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 aNextToken
will be provided in the output that you can use to resume pagination.- Returns:
- The total number of items to return. If the total number of available items is more than the value
specified in
MaxResults
, then aNextToken
will be provided in the output that you can use to resume pagination.
-
toBuilder
public ListHumanTaskUisRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListHumanTaskUisRequest.Builder,ListHumanTaskUisRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListHumanTaskUisRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListHumanTaskUisRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-