public class DescribeLimitsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a DescribeLimits operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
accountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
|
private java.lang.Long |
accountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
|
private java.lang.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).
|
private java.lang.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).
|
Constructor and Description |
---|
DescribeLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLimitsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAccountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
|
java.lang.Long |
getAccountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
|
java.lang.Long |
getTableMaxReadCapacityUnits()
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).
|
java.lang.Long |
getTableMaxWriteCapacityUnits()
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).
|
int |
hashCode() |
void |
setAccountMaxReadCapacityUnits(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
|
void |
setAccountMaxWriteCapacityUnits(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
|
void |
setTableMaxReadCapacityUnits(java.lang.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).
|
void |
setTableMaxWriteCapacityUnits(java.lang.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).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLimitsResult |
withAccountMaxReadCapacityUnits(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to
provision across all of your tables in this region.
|
DescribeLimitsResult |
withAccountMaxWriteCapacityUnits(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write capacity units that your account allows you to
provision across all of your tables in this region.
|
DescribeLimitsResult |
withTableMaxReadCapacityUnits(java.lang.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).
|
DescribeLimitsResult |
withTableMaxWriteCapacityUnits(java.lang.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).
|
private java.lang.Long accountMaxReadCapacityUnits
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
private java.lang.Long accountMaxWriteCapacityUnits
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
private java.lang.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).
private java.lang.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 void setAccountMaxReadCapacityUnits(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
accountMaxReadCapacityUnits
- The maximum total read capacity units that your account allows you
to provision across all of your tables in this region.public java.lang.Long getAccountMaxReadCapacityUnits()
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
public DescribeLimitsResult withAccountMaxReadCapacityUnits(java.lang.Long accountMaxReadCapacityUnits)
The maximum total read capacity units that your account allows you to provision across all of your tables in this region.
accountMaxReadCapacityUnits
- The maximum total read capacity units that your account allows you
to provision across all of your tables in this region.public void setAccountMaxWriteCapacityUnits(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write 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.public java.lang.Long getAccountMaxWriteCapacityUnits()
The maximum total write capacity units that your account allows you to provision across all of your tables in this region.
public DescribeLimitsResult withAccountMaxWriteCapacityUnits(java.lang.Long accountMaxWriteCapacityUnits)
The maximum total write 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.public void setTableMaxReadCapacityUnits(java.lang.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).
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 java.lang.Long getTableMaxReadCapacityUnits()
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 DescribeLimitsResult withTableMaxReadCapacityUnits(java.lang.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).
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 void setTableMaxWriteCapacityUnits(java.lang.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).
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 java.lang.Long getTableMaxWriteCapacityUnits()
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 DescribeLimitsResult withTableMaxWriteCapacityUnits(java.lang.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).
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLimitsResult clone()
clone
in class java.lang.Object