Class DescribeLimitsResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
software.amazon.awssdk.services.dynamodb.model.DescribeLimitsResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
@Generated("software.amazon.awssdk:codegen")
public final class DescribeLimitsResponse
extends DynamoDbResponse
implements ToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse>
Represents the output of a DescribeLimits operation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal LongThe maximum total read capacity units that your account allows you to provision across all of your tables in this Region.final LongThe maximum total write capacity units that your account allows you to provision across all of your tables in this Region.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DescribeLimitsResponse.Builder>final LongThe 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).final LongThe 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).final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
- Returns:
- The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
-
accountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
- Returns:
- The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
-
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).
- Returns:
- 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).
-
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).
- Returns:
- 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).
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeLimitsResponse.Builder,DescribeLimitsResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-