@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaGlobalSecondaryIndexAutoScalingUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Constructor and Description |
---|
ReplicaGlobalSecondaryIndexAutoScalingUpdate() |
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the global secondary index.
|
AutoScalingSettingsUpdate |
getProvisionedReadCapacityAutoScalingUpdate() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIndexName(String indexName)
The name of the global secondary index.
|
void |
setProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate) |
String |
toString()
Returns a string representation of this object.
|
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
withIndexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
withProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate) |
public ReplicaGlobalSecondaryIndexAutoScalingUpdate()
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 ReplicaGlobalSecondaryIndexAutoScalingUpdate withIndexName(String indexName)
The name of the global secondary index.
indexName
- The name of the global secondary index.public void setProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate)
provisionedReadCapacityAutoScalingUpdate
- public AutoScalingSettingsUpdate getProvisionedReadCapacityAutoScalingUpdate()
public ReplicaGlobalSecondaryIndexAutoScalingUpdate withProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate)
provisionedReadCapacityAutoScalingUpdate
- public String toString()
toString
in class Object
Object.toString()
public ReplicaGlobalSecondaryIndexAutoScalingUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.