Class ListResourceCatalogsRequest
- 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.ListResourceCatalogsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListResourceCatalogsRequest extends SageMakerRequest implements ToCopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListResourceCatalogsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListResourceCatalogsRequest.Builderbuilder()InstantcreationTimeAfter()Use this parameter to search forResourceCatalogs created after a specific date and time.InstantcreationTimeBefore()Use this parameter to search forResourceCatalogs created before a specific date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results returned byListResourceCatalogs.StringnameContains()A string that partially matches one or moreResourceCatalogs names.StringnextToken()A token to resume pagination ofListResourceCatalogsresults.List<SdkField<?>>sdkFields()static Class<? extends ListResourceCatalogsRequest.Builder>serializableBuilderClass()ResourceCatalogSortBysortBy()The value on which the resource catalog list is sorted.StringsortByAsString()The value on which the resource catalog list is sorted.ResourceCatalogSortOrdersortOrder()The order in which the resource catalogs are listed.StringsortOrderAsString()The order in which the resource catalogs are listed.ListResourceCatalogsRequest.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
-
nameContains
public final String nameContains()
A string that partially matches one or more
ResourceCatalogs names. FiltersResourceCatalogby name.- Returns:
- A string that partially matches one or more
ResourceCatalogs names. FiltersResourceCatalogby name.
-
creationTimeAfter
public final Instant creationTimeAfter()
Use this parameter to search for
ResourceCatalogs created after a specific date and time.- Returns:
- Use this parameter to search for
ResourceCatalogs created after a specific date and time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Use this parameter to search for
ResourceCatalogs created before a specific date and time.- Returns:
- Use this parameter to search for
ResourceCatalogs created before a specific date and time.
-
sortOrder
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,
sortOrderwill returnResourceCatalogSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The order in which the resource catalogs are listed.
- See Also:
ResourceCatalogSortOrder
-
sortOrderAsString
public 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,
sortOrderwill returnResourceCatalogSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The order in which the resource catalogs are listed.
- See Also:
ResourceCatalogSortOrder
-
sortBy
public 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,
sortBywill returnResourceCatalogSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The value on which the resource catalog list is sorted.
- See Also:
ResourceCatalogSortBy
-
sortByAsString
public 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,
sortBywill returnResourceCatalogSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The value on which the resource catalog list is sorted.
- See Also:
ResourceCatalogSortBy
-
maxResults
public final Integer maxResults()
The maximum number of results returned by
ListResourceCatalogs.- Returns:
- The maximum number of results returned by
ListResourceCatalogs.
-
nextToken
public final String nextToken()
A token to resume pagination of
ListResourceCatalogsresults.- Returns:
- A token to resume pagination of
ListResourceCatalogsresults.
-
toBuilder
public ListResourceCatalogsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListResourceCatalogsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListResourceCatalogsRequest.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
-
-