com.amazonaws.services.dynamodb.model
Class ProvisionedThroughputDescription

java.lang.Object
  extended by com.amazonaws.services.dynamodb.model.ProvisionedThroughputDescription

public class ProvisionedThroughputDescription
extends Object

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

ProvisionedThroughputDescription

public ProvisionedThroughputDescription()
Method Detail

getLastIncreaseDateTime

public Date getLastIncreaseDateTime()
Returns the value of the LastIncreaseDateTime property for this object.

Returns:
The value of the LastIncreaseDateTime property for this object.

setLastIncreaseDateTime

public void setLastIncreaseDateTime(Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object.

Parameters:
lastIncreaseDateTime - The new value for the LastIncreaseDateTime property for this object.

withLastIncreaseDateTime

public ProvisionedThroughputDescription withLastIncreaseDateTime(Date lastIncreaseDateTime)
Sets the value of the LastIncreaseDateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastIncreaseDateTime - The new value for the LastIncreaseDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastDecreaseDateTime

public Date getLastDecreaseDateTime()
Returns the value of the LastDecreaseDateTime property for this object.

Returns:
The value of the LastDecreaseDateTime property for this object.

setLastDecreaseDateTime

public void setLastDecreaseDateTime(Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object.

Parameters:
lastDecreaseDateTime - The new value for the LastDecreaseDateTime property for this object.

withLastDecreaseDateTime

public ProvisionedThroughputDescription withLastDecreaseDateTime(Date lastDecreaseDateTime)
Sets the value of the LastDecreaseDateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastDecreaseDateTime - The new value for the LastDecreaseDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getReadCapacityUnits

public Long getReadCapacityUnits()
Returns the value of the ReadCapacityUnits property for this object.

Constraints:
Range: 1 -

Returns:
The value of the ReadCapacityUnits property for this object.

setReadCapacityUnits

public void setReadCapacityUnits(Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object.

Constraints:
Range: 1 -

Parameters:
readCapacityUnits - The new value for the ReadCapacityUnits property for this object.

withReadCapacityUnits

public ProvisionedThroughputDescription withReadCapacityUnits(Long readCapacityUnits)
Sets the value of the ReadCapacityUnits property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Range: 1 -

Parameters:
readCapacityUnits - The new value for the ReadCapacityUnits property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getWriteCapacityUnits

public Long getWriteCapacityUnits()
Returns the value of the WriteCapacityUnits property for this object.

Constraints:
Range: 1 -

Returns:
The value of the WriteCapacityUnits property for this object.

setWriteCapacityUnits

public void setWriteCapacityUnits(Long writeCapacityUnits)
Sets the value of the WriteCapacityUnits property for this object.

Constraints:
Range: 1 -

Parameters:
writeCapacityUnits - The new value for the WriteCapacityUnits property for this object.

withWriteCapacityUnits

public ProvisionedThroughputDescription withWriteCapacityUnits(Long writeCapacityUnits)
Sets the value of the WriteCapacityUnits property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Range: 1 -

Parameters:
writeCapacityUnits - The new value for the WriteCapacityUnits property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.