@Generated(value="software.amazon.awssdk:codegen") public final class ListFlowDefinitionsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFlowDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFlowDefinitionsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only flow definitions with a creation time greater than or equal to the specified
timestamp.
|
Instant |
creationTimeBefore()
A filter that returns only flow definitions 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 ListFlowDefinitionsRequest.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. |
ListFlowDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Instant creationTimeAfter()
A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
public Instant creationTimeBefore()
A filter that returns only flow definitions 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.SortOrderpublic 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 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 ListFlowDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFlowDefinitionsRequest.Builder,ListFlowDefinitionsRequest>toBuilder in class SageMakerRequestpublic static ListFlowDefinitionsRequest.Builder builder()
public static Class<? extends ListFlowDefinitionsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.