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