Class ListFlowDefinitionsRequest
- 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.ListFlowDefinitionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFlowDefinitionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFlowDefinitionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFlowDefinitionsRequest.Builderbuilder()InstantcreationTimeAfter()A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.InstantcreationTimeBefore()A filter that returns only flow definitions that were created before the specified timestamp.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The total number of items to return.StringnextToken()A token to resume pagination.List<SdkField<?>>sdkFields()static Class<? extends ListFlowDefinitionsRequest.Builder>serializableBuilderClass()SortOrdersortOrder()An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.StringsortOrderAsString()An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListFlowDefinitionsRequest.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()
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
- Returns:
- A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
-
creationTimeBefore
public final Instant creationTimeBefore()
A filter that returns only flow definitions that were created before the specified timestamp.
- Returns:
- A filter that returns only flow definitions that were created before the specified timestamp.
-
sortOrder
public final SortOrder sortOrder()
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.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:
- An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.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:
- An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder. - 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 aNextTokenwill 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 aNextTokenwill be provided in the output that you can use to resume pagination.
-
toBuilder
public ListFlowDefinitionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListFlowDefinitionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFlowDefinitionsRequest.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
-
-