@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLimitsResponse extends DynamoDbResponse implements ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
Represents the output of a DescribeLimits
operation.
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeLimitsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
Long |
accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this
Region.
|
Long |
accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in
this Region.
|
static DescribeLimitsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLimitsResponse.Builder> |
serializableBuilderClass() |
Long |
tableMaxReadCapacityUnits()
The maximum read capacity units that your account allows you to provision for a new table that you are creating
in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
|
Long |
tableMaxWriteCapacityUnits()
The maximum write capacity units that your account allows you to provision for a new table that you are creating
in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
|
DescribeLimitsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
public final Long accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
public final Long tableMaxReadCapacityUnits()
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
public final Long tableMaxWriteCapacityUnits()
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
public DescribeLimitsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
toBuilder
in class AwsResponse
public static DescribeLimitsResponse.Builder builder()
public static Class<? extends DescribeLimitsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
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 SdkResponse
Copyright © 2021. All rights reserved.