ProvisionedThroughputDescription
instead.@Deprecated public class ProvisionedThroughputDescription extends Object implements Serializable
Constructor and Description |
---|
ProvisionedThroughputDescription()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Date |
getLastDecreaseDateTime()
Deprecated.
Returns the value of the LastDecreaseDateTime property for this
object.
|
Date |
getLastIncreaseDateTime()
Deprecated.
Returns the value of the LastIncreaseDateTime property for this
object.
|
Long |
getNumberOfDecreasesToday()
Deprecated.
Returns the value of the NumberOfDecreasesToday property for this
object.
|
Long |
getReadCapacityUnits()
Deprecated.
Returns the value of the ReadCapacityUnits property for this object.
|
Long |
getWriteCapacityUnits()
Deprecated.
Returns the value of the WriteCapacityUnits property for this object.
|
int |
hashCode()
Deprecated.
|
void |
setLastDecreaseDateTime(Date lastDecreaseDateTime)
Deprecated.
Sets the value of the LastDecreaseDateTime property for this object.
|
void |
setLastIncreaseDateTime(Date lastIncreaseDateTime)
Deprecated.
Sets the value of the LastIncreaseDateTime property for this object.
|
void |
setNumberOfDecreasesToday(Long numberOfDecreasesToday)
Deprecated.
Sets the value of the NumberOfDecreasesToday property for this object.
|
void |
setReadCapacityUnits(Long readCapacityUnits)
Deprecated.
Sets the value of the ReadCapacityUnits property for this object.
|
void |
setWriteCapacityUnits(Long writeCapacityUnits)
Deprecated.
Sets the value of the WriteCapacityUnits property for this object.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisionedThroughputDescription |
withLastDecreaseDateTime(Date lastDecreaseDateTime)
Deprecated.
Sets the value of the LastDecreaseDateTime property for this object.
|
ProvisionedThroughputDescription |
withLastIncreaseDateTime(Date lastIncreaseDateTime)
Deprecated.
Sets the value of the LastIncreaseDateTime property for this object.
|
ProvisionedThroughputDescription |
withNumberOfDecreasesToday(Long numberOfDecreasesToday)
Deprecated.
Sets the value of the NumberOfDecreasesToday property for this object.
|
ProvisionedThroughputDescription |
withReadCapacityUnits(Long readCapacityUnits)
Deprecated.
Sets the value of the ReadCapacityUnits property for this object.
|
ProvisionedThroughputDescription |
withWriteCapacityUnits(Long writeCapacityUnits)
Deprecated.
Sets the value of the WriteCapacityUnits property for this object.
|
public ProvisionedThroughputDescription()
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 getNumberOfDecreasesToday()
Constraints:
Range: 1 -
public void setNumberOfDecreasesToday(Long numberOfDecreasesToday)
Constraints:
Range: 1 -
numberOfDecreasesToday
- The new value for the NumberOfDecreasesToday property for this object.public ProvisionedThroughputDescription withNumberOfDecreasesToday(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 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()
Copyright © 2014. All rights reserved.