Class ListComputeQuotasRequest
- 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.ListComputeQuotasRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListComputeQuotasRequest extends SageMakerRequest implements ToCopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListComputeQuotasRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListComputeQuotasRequest.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 compute allocation definitions 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 ListComputeQuotasRequest.Builder>serializableBuilderClass()SortQuotaBysortBy()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.ListComputeQuotasRequest.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.
-
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
-
clusterArn
public final String clusterArn()
Filter for ARN of the cluster.
- Returns:
- Filter for ARN of the cluster.
-
sortBy
public final SortQuotaBy 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 returnSortQuotaBy.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:
SortQuotaBy
-
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 returnSortQuotaBy.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:
SortQuotaBy
-
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 compute allocation definitions to list.
- Returns:
- The maximum number of compute allocation definitions to list.
-
toBuilder
public ListComputeQuotasRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListComputeQuotasRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListComputeQuotasRequest.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
-
-