@Generated(value="software.amazon.awssdk:codegen") public final class ListFeatureGroupsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListFeatureGroupsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListFeatureGroupsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Use this parameter to search for
FeatureGroups s created after a specific date and time. |
Instant |
creationTimeBefore()
Use this parameter to search for
FeatureGroups s created before a specific date and time. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FeatureGroupStatus |
featureGroupStatusEquals()
A
FeatureGroup status. |
String |
featureGroupStatusEqualsAsString()
A
FeatureGroup status. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
ListFeatureGroups . |
String |
nameContains()
A string that partially matches one or more
FeatureGroup s names. |
String |
nextToken()
A token to resume pagination of
ListFeatureGroups results. |
OfflineStoreStatusValue |
offlineStoreStatusEquals()
An
OfflineStore status. |
String |
offlineStoreStatusEqualsAsString()
An
OfflineStore status. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFeatureGroupsRequest.Builder> |
serializableBuilderClass() |
FeatureGroupSortBy |
sortBy()
The value on which the feature group list is sorted.
|
String |
sortByAsString()
The value on which the feature group list is sorted.
|
FeatureGroupSortOrder |
sortOrder()
The order in which feature groups are listed.
|
String |
sortOrderAsString()
The order in which feature groups are listed.
|
ListFeatureGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String nameContains()
A string that partially matches one or more FeatureGroup
s names. Filters FeatureGroup
s
by name.
FeatureGroup
s names. Filters
FeatureGroup
s by name.public final FeatureGroupStatus featureGroupStatusEquals()
A FeatureGroup
status. Filters by FeatureGroup
status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals
will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from featureGroupStatusEqualsAsString()
.
FeatureGroup
status. Filters by FeatureGroup
status.FeatureGroupStatus
public final String featureGroupStatusEqualsAsString()
A FeatureGroup
status. Filters by FeatureGroup
status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals
will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from featureGroupStatusEqualsAsString()
.
FeatureGroup
status. Filters by FeatureGroup
status.FeatureGroupStatus
public final OfflineStoreStatusValue offlineStoreStatusEquals()
An OfflineStore
status. Filters by OfflineStore
status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals
will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString()
.
OfflineStore
status. Filters by OfflineStore
status.OfflineStoreStatusValue
public final String offlineStoreStatusEqualsAsString()
An OfflineStore
status. Filters by OfflineStore
status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals
will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString()
.
OfflineStore
status. Filters by OfflineStore
status.OfflineStoreStatusValue
public final Instant creationTimeAfter()
Use this parameter to search for FeatureGroups
s created after a specific date and time.
FeatureGroups
s created after a specific date and time.public final Instant creationTimeBefore()
Use this parameter to search for FeatureGroups
s created before a specific date and time.
FeatureGroups
s created before a specific date and time.public final FeatureGroupSortOrder sortOrder()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder
will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from sortOrderAsString()
.
FeatureGroupSortOrder
public final String sortOrderAsString()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version, sortOrder
will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from sortOrderAsString()
.
FeatureGroupSortOrder
public final FeatureGroupSortBy sortBy()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortByAsString()
.
FeatureGroupSortBy
public final String sortByAsString()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortByAsString()
.
FeatureGroupSortBy
public final Integer maxResults()
The maximum number of results returned by ListFeatureGroups
.
ListFeatureGroups
.public final String nextToken()
A token to resume pagination of ListFeatureGroups
results.
ListFeatureGroups
results.public ListFeatureGroupsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
toBuilder
in class SageMakerRequest
public static ListFeatureGroupsRequest.Builder builder()
public static Class<? extends ListFeatureGroupsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.