|
Did this page help you?Yes No Tell us about it... |
||||||
| 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(java.lang.Object obj)
|
java.util.Date |
getLastDecreaseDateTime()
Returns the value of the LastDecreaseDateTime property for this object. |
java.util.Date |
getLastIncreaseDateTime()
Returns the value of the LastIncreaseDateTime property for this object. |
java.lang.Long |
getNumberOfDecreasesToday()
Returns the value of the NumberOfDecreasesToday property for this object. |
java.lang.Long |
getReadCapacityUnits()
Returns the value of the ReadCapacityUnits property for this object. |
java.lang.Long |
getWriteCapacityUnits()
Returns the value of the WriteCapacityUnits property for this object. |
int |
hashCode()
|
void |
setLastDecreaseDateTime(java.util.Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object. |
void |
setLastIncreaseDateTime(java.util.Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object. |
void |
setNumberOfDecreasesToday(java.lang.Long numberOfDecreasesToday)
Sets the value of the NumberOfDecreasesToday property for this object. |
void |
setReadCapacityUnits(java.lang.Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object. |
void |
setWriteCapacityUnits(java.lang.Long writeCapacityUnits)
Sets the value of the WriteCapacityUnits property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ProvisionedThroughputDescription |
withLastDecreaseDateTime(java.util.Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object. |
ProvisionedThroughputDescription |
withLastIncreaseDateTime(java.util.Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object. |
ProvisionedThroughputDescription |
withNumberOfDecreasesToday(java.lang.Long numberOfDecreasesToday)
Sets the value of the NumberOfDecreasesToday property for this object. |
ProvisionedThroughputDescription |
withReadCapacityUnits(java.lang.Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object. |
ProvisionedThroughputDescription |
withWriteCapacityUnits(java.lang.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 java.util.Date getLastIncreaseDateTime()
public void setLastIncreaseDateTime(java.util.Date lastIncreaseDateTime)
lastIncreaseDateTime - The new value for the LastIncreaseDateTime property for this object.public ProvisionedThroughputDescription withLastIncreaseDateTime(java.util.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 java.util.Date getLastDecreaseDateTime()
public void setLastDecreaseDateTime(java.util.Date lastDecreaseDateTime)
lastDecreaseDateTime - The new value for the LastDecreaseDateTime property for this object.public ProvisionedThroughputDescription withLastDecreaseDateTime(java.util.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 java.lang.Long getNumberOfDecreasesToday()
Constraints:
Range: 1 -
public void setNumberOfDecreasesToday(java.lang.Long numberOfDecreasesToday)
Constraints:
Range: 1 -
numberOfDecreasesToday - The new value for the NumberOfDecreasesToday property for this object.public ProvisionedThroughputDescription withNumberOfDecreasesToday(java.lang.Long numberOfDecreasesToday)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
numberOfDecreasesToday - The new value for the NumberOfDecreasesToday property for this object.
public java.lang.Long getReadCapacityUnits()
Constraints:
Range: 1 -
public void setReadCapacityUnits(java.lang.Long readCapacityUnits)
Constraints:
Range: 1 -
readCapacityUnits - The new value for the ReadCapacityUnits property for this object.public ProvisionedThroughputDescription withReadCapacityUnits(java.lang.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 java.lang.Long getWriteCapacityUnits()
Constraints:
Range: 1 -
public void setWriteCapacityUnits(java.lang.Long writeCapacityUnits)
Constraints:
Range: 1 -
writeCapacityUnits - The new value for the WriteCapacityUnits property for this object.public ProvisionedThroughputDescription withWriteCapacityUnits(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||