@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTableReplicaAutoScalingRequest extends DynamoDbRequest implements ToCopyableBuilder<UpdateTableReplicaAutoScalingRequest.Builder,UpdateTableReplicaAutoScalingRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateTableReplicaAutoScalingRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateTableReplicaAutoScalingRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<GlobalSecondaryIndexAutoScalingUpdate> |
globalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
boolean |
hasGlobalSecondaryIndexUpdates()
Returns true if the GlobalSecondaryIndexUpdates property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasReplicaUpdates()
Returns true if the ReplicaUpdates property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
AutoScalingSettingsUpdate |
provisionedWriteCapacityAutoScalingUpdate()
Returns the value of the ProvisionedWriteCapacityAutoScalingUpdate property for this object.
|
List<ReplicaAutoScalingUpdate> |
replicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTableReplicaAutoScalingRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the global table to be updated.
|
UpdateTableReplicaAutoScalingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasGlobalSecondaryIndexUpdates()
public List<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGlobalSecondaryIndexUpdates()
to see if a value was sent in this field.
public String tableName()
The name of the global table to be updated.
public AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate()
public boolean hasReplicaUpdates()
public List<ReplicaAutoScalingUpdate> replicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasReplicaUpdates()
to see if a value was sent in this field.
public UpdateTableReplicaAutoScalingRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateTableReplicaAutoScalingRequest.Builder,UpdateTableReplicaAutoScalingRequest>
toBuilder
in class DynamoDbRequest
public static UpdateTableReplicaAutoScalingRequest.Builder builder()
public static Class<? extends UpdateTableReplicaAutoScalingRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.