@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 Long accountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
public Long accountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
public 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 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 int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.