@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaGlobalSecondaryIndexDescription extends Object implements Serializable, Cloneable, StructuredPojo
Represents the properties of a replica global secondary index.
Constructor and Description |
---|
ReplicaGlobalSecondaryIndexDescription() |
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndexDescription |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the global secondary index.
|
ProvisionedThroughputOverride |
getProvisionedThroughputOverride()
If not described, uses the source table GSI's read capacity settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIndexName(String indexName)
The name of the global secondary index.
|
void |
setProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
|
String |
toString()
Returns a string representation of this object.
|
ReplicaGlobalSecondaryIndexDescription |
withIndexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexDescription |
withProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
|
public ReplicaGlobalSecondaryIndexDescription()
public void setIndexName(String indexName)
The name of the global secondary index.
indexName
- The name of the global secondary index.public String getIndexName()
The name of the global secondary index.
public ReplicaGlobalSecondaryIndexDescription withIndexName(String indexName)
The name of the global secondary index.
indexName
- The name of the global secondary index.public void setProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
provisionedThroughputOverride
- If not described, uses the source table GSI's read capacity settings.public ProvisionedThroughputOverride getProvisionedThroughputOverride()
If not described, uses the source table GSI's read capacity settings.
public ReplicaGlobalSecondaryIndexDescription withProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
provisionedThroughputOverride
- If not described, uses the source table GSI's read capacity settings.public String toString()
toString
in class Object
Object.toString()
public ReplicaGlobalSecondaryIndexDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.