Class ListHumanLoopsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeRequest
-
- software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListHumanLoopsRequest extends SageMakerA2IRuntimeRequest implements ToCopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListHumanLoopsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListHumanLoopsRequest.Builderbuilder()InstantcreationTimeAfter()(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.InstantcreationTimeBefore()(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowDefinitionArn()The Amazon Resource Name (ARN) of a flow definition.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The total number of items to return.StringnextToken()A token to display the next page of results.List<SdkField<?>>sdkFields()static Class<? extends ListHumanLoopsRequest.Builder>serializableBuilderClass()SortOrdersortOrder()Optional.StringsortOrderAsString()Optional.ListHumanLoopsRequest.BuildertoBuilder()StringtoString()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()
(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example,
2020-02-24.- Returns:
- (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For
example,
2020-02-24.
-
creationTimeBefore
public final Instant creationTimeBefore()
(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example,
2020-02-24.- Returns:
- (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.
For example,
2020-02-24.
-
flowDefinitionArn
public final String flowDefinitionArn()
The Amazon Resource Name (ARN) of a flow definition.
- Returns:
- The Amazon Resource Name (ARN) of a flow definition.
-
sortOrder
public final SortOrder sortOrder()
Optional. The order for displaying results. Valid values:
AscendingandDescending.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- Optional. The order for displaying results. Valid values:
AscendingandDescending. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
Optional. The order for displaying results. Valid values:
AscendingandDescending.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- Optional. The order for displaying results. Valid values:
AscendingandDescending. - See Also:
SortOrder
-
nextToken
public final String nextToken()
A token to display the next page of results.
- Returns:
- A token to display the next page of results.
-
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 aNextTokenis returned in the output. You can use this token to display the next page of results.- Returns:
- The total number of items to return. If the total number of available items is more than the value
specified in
MaxResults, then aNextTokenis returned in the output. You can use this token to display the next page of results.
-
toBuilder
public ListHumanLoopsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListHumanLoopsRequest.Builder,ListHumanLoopsRequest>- Specified by:
toBuilderin classSageMakerA2IRuntimeRequest
-
builder
public static ListHumanLoopsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListHumanLoopsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkRequest
-
-