@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsDynamoDbTableProvisionedThroughputOverride extends Object implements Serializable, Cloneable, StructuredPojo
Replica-specific configuration for the provisioned throughput.
| Constructor and Description |
|---|
AwsDynamoDbTableProvisionedThroughputOverride() |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableProvisionedThroughputOverride |
clone() |
boolean |
equals(Object obj) |
Integer |
getReadCapacityUnits()
The read capacity units for the replica.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReadCapacityUnits(Integer readCapacityUnits)
The read capacity units for the replica.
|
String |
toString()
Returns a string representation of this object.
|
AwsDynamoDbTableProvisionedThroughputOverride |
withReadCapacityUnits(Integer readCapacityUnits)
The read capacity units for the replica.
|
public AwsDynamoDbTableProvisionedThroughputOverride()
public void setReadCapacityUnits(Integer readCapacityUnits)
The read capacity units for the replica.
readCapacityUnits - The read capacity units for the replica.public Integer getReadCapacityUnits()
The read capacity units for the replica.
public AwsDynamoDbTableProvisionedThroughputOverride withReadCapacityUnits(Integer readCapacityUnits)
The read capacity units for the replica.
readCapacityUnits - The read capacity units for the replica.public String toString()
toString in class ObjectObject.toString()public AwsDynamoDbTableProvisionedThroughputOverride clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.