Class ListClusterSchedulerConfigsRequest
- 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.ListClusterSchedulerConfigsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListClusterSchedulerConfigsRequest.Builder,ListClusterSchedulerConfigsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListClusterSchedulerConfigsRequest extends SageMakerRequest implements ToCopyableBuilder<ListClusterSchedulerConfigsRequest.Builder,ListClusterSchedulerConfigsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListClusterSchedulerConfigsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListClusterSchedulerConfigsRequest.Builderbuilder()StringclusterArn()Filter for ARN of the cluster.InstantcreatedAfter()Filter for after this creation time.InstantcreatedBefore()Filter for before this creation time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of cluster policies to list.StringnameContains()Filter for name containing this string.StringnextToken()If the previous response was truncated, you will receive this token.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListClusterSchedulerConfigsRequest.Builder>serializableBuilderClass()SortClusterSchedulerConfigBysortBy()Filter for sorting the list by a given value.StringsortByAsString()Filter for sorting the list by a given value.SortOrdersortOrder()The order of the list.StringsortOrderAsString()The order of the list.SchedulerResourceStatusstatus()Filter for status.StringstatusAsString()Filter for status.ListClusterSchedulerConfigsRequest.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
-
createdAfter
public final Instant createdAfter()
Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- Returns:
- Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
-
createdBefore
public final Instant createdBefore()
Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- Returns:
- Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
-
nameContains
public final String nameContains()
Filter for name containing this string.
- Returns:
- Filter for name containing this string.
-
clusterArn
public final String clusterArn()
Filter for ARN of the cluster.
- Returns:
- Filter for ARN of the cluster.
-
status
public final SchedulerResourceStatus status()
Filter for status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSchedulerResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Filter for status.
- See Also:
SchedulerResourceStatus
-
statusAsString
public final String statusAsString()
Filter for status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSchedulerResourceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Filter for status.
- See Also:
SchedulerResourceStatus
-
sortBy
public final SortClusterSchedulerConfigBy sortBy()
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortClusterSchedulerConfigBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
- See Also:
SortClusterSchedulerConfigBy
-
sortByAsString
public final String sortByAsString()
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortClusterSchedulerConfigBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
- See Also:
SortClusterSchedulerConfigBy
-
sortOrder
public final SortOrder sortOrder()
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.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:
- The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.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:
- The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending. - See Also:
SortOrder
-
nextToken
public final String nextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
- Returns:
- If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
-
maxResults
public final Integer maxResults()
The maximum number of cluster policies to list.
- Returns:
- The maximum number of cluster policies to list.
-
toBuilder
public ListClusterSchedulerConfigsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListClusterSchedulerConfigsRequest.Builder,ListClusterSchedulerConfigsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListClusterSchedulerConfigsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListClusterSchedulerConfigsRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-