|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.ProvisionedThroughputDescription
public class ProvisionedThroughputDescription
Provisioned Throughput Description
Constructor Summary | |
---|---|
ProvisionedThroughputDescription()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getLastDecreaseDateTime()
Returns the value of the LastDecreaseDateTime property for this object. |
Date |
getLastIncreaseDateTime()
Returns the value of the LastIncreaseDateTime property for this object. |
Long |
getReadCapacityUnits()
Returns the value of the ReadCapacityUnits property for this object. |
Long |
getWriteCapacityUnits()
Returns the value of the WriteCapacityUnits property for this object. |
int |
hashCode()
|
void |
setLastDecreaseDateTime(Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object. |
void |
setLastIncreaseDateTime(Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object. |
void |
setReadCapacityUnits(Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object. |
void |
setWriteCapacityUnits(Long writeCapacityUnits)
Sets the value of the WriteCapacityUnits property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ProvisionedThroughputDescription |
withLastDecreaseDateTime(Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object. |
ProvisionedThroughputDescription |
withLastIncreaseDateTime(Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object. |
ProvisionedThroughputDescription |
withReadCapacityUnits(Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object. |
ProvisionedThroughputDescription |
withWriteCapacityUnits(Long writeCapacityUnits)
Sets the value of the WriteCapacityUnits property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProvisionedThroughputDescription()
Method Detail |
---|
public Date getLastIncreaseDateTime()
public void setLastIncreaseDateTime(Date lastIncreaseDateTime)
lastIncreaseDateTime
- The new value for the LastIncreaseDateTime property for this object.public ProvisionedThroughputDescription withLastIncreaseDateTime(Date lastIncreaseDateTime)
Returns a reference to this object so that method calls can be chained together.
lastIncreaseDateTime
- The new value for the LastIncreaseDateTime property for this object.
public Date getLastDecreaseDateTime()
public void setLastDecreaseDateTime(Date lastDecreaseDateTime)
lastDecreaseDateTime
- The new value for the LastDecreaseDateTime property for this object.public ProvisionedThroughputDescription withLastDecreaseDateTime(Date lastDecreaseDateTime)
Returns a reference to this object so that method calls can be chained together.
lastDecreaseDateTime
- The new value for the LastDecreaseDateTime property for this object.
public Long getReadCapacityUnits()
Constraints:
Range: 1 -
public void setReadCapacityUnits(Long readCapacityUnits)
Constraints:
Range: 1 -
readCapacityUnits
- The new value for the ReadCapacityUnits property for this object.public ProvisionedThroughputDescription withReadCapacityUnits(Long readCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
readCapacityUnits
- The new value for the ReadCapacityUnits property for this object.
public Long getWriteCapacityUnits()
Constraints:
Range: 1 -
public void setWriteCapacityUnits(Long writeCapacityUnits)
Constraints:
Range: 1 -
writeCapacityUnits
- The new value for the WriteCapacityUnits property for this object.public ProvisionedThroughputDescription withWriteCapacityUnits(Long writeCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
writeCapacityUnits
- The new value for the WriteCapacityUnits property for this object.
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 |