@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaAutoScalingUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Represents the auto scaling settings of a replica that will be modified.
Constructor and Description |
---|
ReplicaAutoScalingUpdate() |
Modifier and Type | Method and Description |
---|---|
ReplicaAutoScalingUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The Region where the replica exists.
|
List<ReplicaGlobalSecondaryIndexAutoScalingUpdate> |
getReplicaGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of global secondary indexes that will be modified.
|
AutoScalingSettingsUpdate |
getReplicaProvisionedReadCapacityAutoScalingUpdate() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRegionName(String regionName)
The Region where the replica exists.
|
void |
setReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
void |
setReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate) |
String |
toString()
Returns a string representation of this object.
|
ReplicaAutoScalingUpdate |
withRegionName(String regionName)
The Region where the replica exists.
|
ReplicaAutoScalingUpdate |
withReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
ReplicaAutoScalingUpdate |
withReplicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
ReplicaAutoScalingUpdate |
withReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate) |
public void setRegionName(String regionName)
The Region where the replica exists.
regionName
- The Region where the replica exists.public String getRegionName()
The Region where the replica exists.
public ReplicaAutoScalingUpdate withRegionName(String regionName)
The Region where the replica exists.
regionName
- The Region where the replica exists.public List<ReplicaGlobalSecondaryIndexAutoScalingUpdate> getReplicaGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of global secondary indexes that will be modified.
public void setReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that will be modified.public ReplicaAutoScalingUpdate withReplicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
NOTE: This method appends the values to the existing list (if any). Use
setReplicaGlobalSecondaryIndexUpdates(java.util.Collection)
or
withReplicaGlobalSecondaryIndexUpdates(java.util.Collection)
if you want to override the existing
values.
replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that will be modified.public ReplicaAutoScalingUpdate withReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that will be modified.public void setReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
replicaProvisionedReadCapacityAutoScalingUpdate
- public AutoScalingSettingsUpdate getReplicaProvisionedReadCapacityAutoScalingUpdate()
public ReplicaAutoScalingUpdate withReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate)
replicaProvisionedReadCapacityAutoScalingUpdate
- public String toString()
toString
in class Object
Object.toString()
public ReplicaAutoScalingUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.