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