7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/BillingMode.h>
11#include <aws/dynamodb/model/AutoScalingSettingsUpdate.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/dynamodb/model/GlobalTableGlobalSecondaryIndexSettingsUpdate.h>
14#include <aws/dynamodb/model/ReplicaSettingsUpdate.h>
50 inline void SetGlobalTableName(
const char* value) { m_globalTableNameHasBeenSet =
true; m_globalTableName.assign(value); }
134 bool m_globalTableNameHasBeenSet =
false;
137 bool m_globalTableBillingModeHasBeenSet =
false;
139 long long m_globalTableProvisionedWriteCapacityUnits;
140 bool m_globalTableProvisionedWriteCapacityUnitsHasBeenSet =
false;
143 bool m_globalTableProvisionedWriteCapacityAutoScalingSettingsUpdateHasBeenSet =
false;
146 bool m_globalTableGlobalSecondaryIndexSettingsUpdateHasBeenSet =
false;
149 bool m_replicaSettingsUpdateHasBeenSet =
false;
bool GlobalTableNameHasBeenSet() const
UpdateGlobalTableSettingsRequest & AddGlobalTableGlobalSecondaryIndexSettingsUpdate(const GlobalTableGlobalSecondaryIndexSettingsUpdate &value)
const BillingMode & GetGlobalTableBillingMode() const
UpdateGlobalTableSettingsRequest & AddGlobalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate &&value)
void SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(const AutoScalingSettingsUpdate &value)
UpdateGlobalTableSettingsRequest & WithGlobalTableBillingMode(const BillingMode &value)
const Aws::String & GetGlobalTableName() const
void SetGlobalTableName(Aws::String &&value)
UpdateGlobalTableSettingsRequest & WithGlobalTableBillingMode(BillingMode &&value)
long long GetGlobalTableProvisionedWriteCapacityUnits() const
void SetGlobalTableName(const char *value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateGlobalTableSettingsRequest & WithGlobalTableGlobalSecondaryIndexSettingsUpdate(const Aws::Vector< GlobalTableGlobalSecondaryIndexSettingsUpdate > &value)
bool GlobalTableProvisionedWriteCapacityUnitsHasBeenSet() const
UpdateGlobalTableSettingsRequest & AddReplicaSettingsUpdate(const ReplicaSettingsUpdate &value)
void SetGlobalTableBillingMode(const BillingMode &value)
UpdateGlobalTableSettingsRequest & WithGlobalTableProvisionedWriteCapacityUnits(long long value)
UpdateGlobalTableSettingsRequest & WithGlobalTableName(Aws::String &&value)
void SetGlobalTableBillingMode(BillingMode &&value)
void SetGlobalTableGlobalSecondaryIndexSettingsUpdate(Aws::Vector< GlobalTableGlobalSecondaryIndexSettingsUpdate > &&value)
UpdateGlobalTableSettingsRequest & WithGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate &&value)
UpdateGlobalTableSettingsRequest & AddReplicaSettingsUpdate(ReplicaSettingsUpdate &&value)
void SetReplicaSettingsUpdate(const Aws::Vector< ReplicaSettingsUpdate > &value)
const Aws::Vector< GlobalTableGlobalSecondaryIndexSettingsUpdate > & GetGlobalTableGlobalSecondaryIndexSettingsUpdate() const
void SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate &&value)
UpdateGlobalTableSettingsRequest & WithGlobalTableName(const char *value)
UpdateGlobalTableSettingsRequest & WithGlobalTableName(const Aws::String &value)
UpdateGlobalTableSettingsRequest & WithGlobalTableGlobalSecondaryIndexSettingsUpdate(Aws::Vector< GlobalTableGlobalSecondaryIndexSettingsUpdate > &&value)
const Aws::Vector< ReplicaSettingsUpdate > & GetReplicaSettingsUpdate() const
void SetGlobalTableName(const Aws::String &value)
void SetGlobalTableProvisionedWriteCapacityUnits(long long value)
AWS_DYNAMODB_API Aws::String SerializePayload() const override
bool GlobalTableBillingModeHasBeenSet() const
bool GlobalTableGlobalSecondaryIndexSettingsUpdateHasBeenSet() const
bool GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdateHasBeenSet() const
const AutoScalingSettingsUpdate & GetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate() const
UpdateGlobalTableSettingsRequest & WithReplicaSettingsUpdate(Aws::Vector< ReplicaSettingsUpdate > &&value)
UpdateGlobalTableSettingsRequest & WithGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(const AutoScalingSettingsUpdate &value)
bool ReplicaSettingsUpdateHasBeenSet() const
void SetReplicaSettingsUpdate(Aws::Vector< ReplicaSettingsUpdate > &&value)
void SetGlobalTableGlobalSecondaryIndexSettingsUpdate(const Aws::Vector< GlobalTableGlobalSecondaryIndexSettingsUpdate > &value)
AWS_DYNAMODB_API UpdateGlobalTableSettingsRequest()
virtual const char * GetServiceRequestName() const override
UpdateGlobalTableSettingsRequest & WithReplicaSettingsUpdate(const Aws::Vector< ReplicaSettingsUpdate > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector