@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
int |
hashCode() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
sdkHttpResponsecopypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>toBuilder in class AwsResponsepublic static DescribeLimitsResponse.Builder builder()
public static Class<? extends DescribeLimitsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.