7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ProvisionedThroughputOverride.h>
10#include <aws/dynamodb/model/OnDemandThroughputOverride.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/dynamodb/model/TableClass.h>
13#include <aws/dynamodb/model/ReplicaGlobalSecondaryIndex.h>
53 inline void SetRegionName(
const char* value) { m_regionNameHasBeenSet =
true; m_regionName.assign(value); }
70 inline void SetKMSMasterKeyId(
const char* value) { m_kMSMasterKeyIdHasBeenSet =
true; m_kMSMasterKeyId.assign(value); }
130 bool m_regionNameHasBeenSet =
false;
133 bool m_kMSMasterKeyIdHasBeenSet =
false;
136 bool m_provisionedThroughputOverrideHasBeenSet =
false;
139 bool m_onDemandThroughputOverrideHasBeenSet =
false;
142 bool m_globalSecondaryIndexesHasBeenSet =
false;
145 bool m_tableClassOverrideHasBeenSet =
false;
UpdateReplicationGroupMemberAction & WithRegionName(Aws::String &&value)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
void SetOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
void SetRegionName(Aws::String &&value)
void SetTableClassOverride(const TableClass &value)
void SetKMSMasterKeyId(const Aws::String &value)
bool ProvisionedThroughputOverrideHasBeenSet() const
void SetGlobalSecondaryIndexes(const Aws::Vector< ReplicaGlobalSecondaryIndex > &value)
UpdateReplicationGroupMemberAction & WithRegionName(const Aws::String &value)
UpdateReplicationGroupMemberAction & WithOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
void SetProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
void SetRegionName(const Aws::String &value)
UpdateReplicationGroupMemberAction & WithKMSMasterKeyId(const Aws::String &value)
void SetKMSMasterKeyId(const char *value)
void SetOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
UpdateReplicationGroupMemberAction & WithRegionName(const char *value)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
UpdateReplicationGroupMemberAction & AddGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndex &&value)
bool TableClassOverrideHasBeenSet() const
bool OnDemandThroughputOverrideHasBeenSet() const
UpdateReplicationGroupMemberAction & WithProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
const TableClass & GetTableClassOverride() const
const Aws::Vector< ReplicaGlobalSecondaryIndex > & GetGlobalSecondaryIndexes() const
UpdateReplicationGroupMemberAction & WithKMSMasterKeyId(const char *value)
bool KMSMasterKeyIdHasBeenSet() const
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
UpdateReplicationGroupMemberAction & WithGlobalSecondaryIndexes(Aws::Vector< ReplicaGlobalSecondaryIndex > &&value)
UpdateReplicationGroupMemberAction & WithGlobalSecondaryIndexes(const Aws::Vector< ReplicaGlobalSecondaryIndex > &value)
UpdateReplicationGroupMemberAction & WithOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
AWS_DYNAMODB_API UpdateReplicationGroupMemberAction(Aws::Utils::Json::JsonView jsonValue)
void SetRegionName(const char *value)
AWS_DYNAMODB_API UpdateReplicationGroupMemberAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegionNameHasBeenSet() const
bool GlobalSecondaryIndexesHasBeenSet() const
UpdateReplicationGroupMemberAction & WithKMSMasterKeyId(Aws::String &&value)
UpdateReplicationGroupMemberAction & WithProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
const Aws::String & GetKMSMasterKeyId() const
AWS_DYNAMODB_API UpdateReplicationGroupMemberAction()
UpdateReplicationGroupMemberAction & WithTableClassOverride(const TableClass &value)
UpdateReplicationGroupMemberAction & AddGlobalSecondaryIndexes(const ReplicaGlobalSecondaryIndex &value)
void SetKMSMasterKeyId(Aws::String &&value)
void SetGlobalSecondaryIndexes(Aws::Vector< ReplicaGlobalSecondaryIndex > &&value)
void SetTableClassOverride(TableClass &&value)
UpdateReplicationGroupMemberAction & WithTableClassOverride(TableClass &&value)
const Aws::String & GetRegionName() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue