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 interface
ListComputeQuotasRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListComputeQuotasRequest.Builder
builder()
String
clusterArn()
Filter for ARN of the cluster.Instant
createdAfter()
Filter for after this creation time.Instant
createdBefore()
Filter for before this creation 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 compute allocation definitions to list.String
nameContains()
Filter for name containing this string.String
nextToken()
If the previous response was truncated, you will receive this token.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ListComputeQuotasRequest.Builder>
serializableBuilderClass()
SortQuotaBy
sortBy()
Filter for sorting the list by a given value.String
sortByAsString()
Filter for sorting the list by a given value.SortOrder
sortOrder()
The order of the list.String
sortOrderAsString()
The order of the list.SchedulerResourceStatus
status()
Filter for status.String
statusAsString()
Filter for status.ListComputeQuotasRequest.Builder
toBuilder()
String
toString()
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,
status
will 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,
status
will 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,
sortBy
will 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,
sortBy
will 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
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to beAscending
.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will 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
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to beAscending
. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
The order of the list. By default, listed in
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to beAscending
.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will 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
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to 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:
toBuilder
in interfaceToCopyableBuilder<ListComputeQuotasRequest.Builder,ListComputeQuotasRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListComputeQuotasRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListComputeQuotasRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-