|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodbv2.model.Capacity
public class Capacity
Represents the amount of provisioned throughput capacity consumed on a table or an index.
Constructor Summary | |
---|---|
Capacity()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getCapacityUnits()
The total number of capacity units consumed on a table or an index. |
int |
hashCode()
|
void |
setCapacityUnits(Double capacityUnits)
The total number of capacity units consumed on a table or an index. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Capacity |
withCapacityUnits(Double capacityUnits)
The total number of capacity units consumed on a table or an index. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Capacity()
Method Detail |
---|
public Double getCapacityUnits()
public void setCapacityUnits(Double capacityUnits)
capacityUnits
- The total number of capacity units consumed on a table or an index.public Capacity withCapacityUnits(Double capacityUnits)
Returns a reference to this object so that method calls can be chained together.
capacityUnits
- The total number of capacity units consumed on a table or an index.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |