@Generated(value="software.amazon.awssdk:codegen") public final class ListUsageLimitsRequest extends RedshiftServerlessRequest implements ToCopyableBuilder<ListUsageLimitsRequest.Builder,ListUsageLimitsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUsageLimitsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUsageLimitsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional parameter that specifies the maximum number of results to return.
|
String |
nextToken()
If your initial
ListUsageLimits operation returns a nextToken, you can include the
returned nextToken in following ListUsageLimits operations, which returns results in
the next page. |
String |
resourceArn()
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUsageLimitsRequest.Builder> |
serializableBuilderClass() |
ListUsageLimitsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UsageLimitUsageType |
usageType()
The Amazon Redshift Serverless feature whose limits you want to see.
|
String |
usageTypeAsString()
The Amazon Redshift Serverless feature whose limits you want to see.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 100.
nextToken to get the next page of results. The default is 100.public final String nextToken()
If your initial ListUsageLimits operation returns a nextToken, you can include the
returned nextToken in following ListUsageLimits operations, which returns results in
the next page.
ListUsageLimits operation returns a nextToken, you can include
the returned nextToken in following ListUsageLimits operations, which returns
results in the next page.public final String resourceArn()
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
public final UsageLimitUsageType usageType()
The Amazon Redshift Serverless feature whose limits you want to see.
If the service returns an enum value that is not available in the current SDK version, usageType will
return UsageLimitUsageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from usageTypeAsString().
UsageLimitUsageTypepublic final String usageTypeAsString()
The Amazon Redshift Serverless feature whose limits you want to see.
If the service returns an enum value that is not available in the current SDK version, usageType will
return UsageLimitUsageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from usageTypeAsString().
UsageLimitUsageTypepublic ListUsageLimitsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListUsageLimitsRequest.Builder,ListUsageLimitsRequest>toBuilder in class RedshiftServerlessRequestpublic static ListUsageLimitsRequest.Builder builder()
public static Class<? extends ListUsageLimitsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.