@Generated(value="software.amazon.awssdk:codegen") public final class ListResourceCatalogsRequest extends SageMakerRequest implements ToCopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourceCatalogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourceCatalogsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Use this parameter to search for
ResourceCatalogs created after a specific date and time. |
Instant |
creationTimeBefore()
Use this parameter to search for
ResourceCatalogs created before a specific date and time. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
ListResourceCatalogs. |
String |
nameContains()
A string that partially matches one or more
ResourceCatalogs names. |
String |
nextToken()
A token to resume pagination of
ListResourceCatalogs results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourceCatalogsRequest.Builder> |
serializableBuilderClass() |
ResourceCatalogSortBy |
sortBy()
The value on which the resource catalog list is sorted.
|
String |
sortByAsString()
The value on which the resource catalog list is sorted.
|
ResourceCatalogSortOrder |
sortOrder()
The order in which the resource catalogs are listed.
|
String |
sortOrderAsString()
The order in which the resource catalogs are listed.
|
ListResourceCatalogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nameContains()
A string that partially matches one or more ResourceCatalogs names. Filters
ResourceCatalog by name.
ResourceCatalogs names. Filters
ResourceCatalog by name.public final Instant creationTimeAfter()
Use this parameter to search for ResourceCatalogs created after a specific date and time.
ResourceCatalogs created after a specific date and time.public final Instant creationTimeBefore()
Use this parameter to search for ResourceCatalogs created before a specific date and time.
ResourceCatalogs created before a specific date and time.public final ResourceCatalogSortOrder sortOrder()
The order in which the resource catalogs are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return ResourceCatalogSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortOrderAsString().
ResourceCatalogSortOrderpublic final String sortOrderAsString()
The order in which the resource catalogs are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return ResourceCatalogSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortOrderAsString().
ResourceCatalogSortOrderpublic final ResourceCatalogSortBy sortBy()
The value on which the resource catalog list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ResourceCatalogSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
ResourceCatalogSortBypublic final String sortByAsString()
The value on which the resource catalog list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ResourceCatalogSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
ResourceCatalogSortBypublic final Integer maxResults()
The maximum number of results returned by ListResourceCatalogs.
ListResourceCatalogs.public final String nextToken()
A token to resume pagination of ListResourceCatalogs results.
ListResourceCatalogs results.public ListResourceCatalogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>toBuilder in class SageMakerRequestpublic static ListResourceCatalogsRequest.Builder builder()
public static Class<? extends ListResourceCatalogsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.