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); }
133 bool m_regionNameHasBeenSet =
false;
136 bool m_kMSMasterKeyIdHasBeenSet =
false;
139 bool m_provisionedThroughputOverrideHasBeenSet =
false;
142 bool m_onDemandThroughputOverrideHasBeenSet =
false;
145 bool m_globalSecondaryIndexesHasBeenSet =
false;
148 bool m_tableClassOverrideHasBeenSet =
false;
CreateReplicationGroupMemberAction & WithKMSMasterKeyId(const Aws::String &value)
bool OnDemandThroughputOverrideHasBeenSet() const
void SetRegionName(const char *value)
const Aws::String & GetKMSMasterKeyId() const
bool KMSMasterKeyIdHasBeenSet() const
void SetOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
CreateReplicationGroupMemberAction & AddGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndex &&value)
void SetRegionName(Aws::String &&value)
CreateReplicationGroupMemberAction & WithTableClassOverride(TableClass &&value)
CreateReplicationGroupMemberAction & WithProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
void SetRegionName(const Aws::String &value)
AWS_DYNAMODB_API CreateReplicationGroupMemberAction(Aws::Utils::Json::JsonView jsonValue)
CreateReplicationGroupMemberAction & WithRegionName(const Aws::String &value)
const TableClass & GetTableClassOverride() const
CreateReplicationGroupMemberAction & WithKMSMasterKeyId(const char *value)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
void SetProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
AWS_DYNAMODB_API CreateReplicationGroupMemberAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GlobalSecondaryIndexesHasBeenSet() const
void SetGlobalSecondaryIndexes(Aws::Vector< ReplicaGlobalSecondaryIndex > &&value)
CreateReplicationGroupMemberAction & WithTableClassOverride(const TableClass &value)
CreateReplicationGroupMemberAction & WithKMSMasterKeyId(Aws::String &&value)
CreateReplicationGroupMemberAction & WithRegionName(const char *value)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
void SetGlobalSecondaryIndexes(const Aws::Vector< ReplicaGlobalSecondaryIndex > &value)
bool RegionNameHasBeenSet() const
void SetTableClassOverride(TableClass &&value)
void SetOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
void SetKMSMasterKeyId(Aws::String &&value)
bool TableClassOverrideHasBeenSet() const
CreateReplicationGroupMemberAction & WithOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
AWS_DYNAMODB_API CreateReplicationGroupMemberAction()
CreateReplicationGroupMemberAction & WithOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
void SetTableClassOverride(const TableClass &value)
bool ProvisionedThroughputOverrideHasBeenSet() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< ReplicaGlobalSecondaryIndex > & GetGlobalSecondaryIndexes() const
CreateReplicationGroupMemberAction & WithGlobalSecondaryIndexes(Aws::Vector< ReplicaGlobalSecondaryIndex > &&value)
CreateReplicationGroupMemberAction & WithRegionName(Aws::String &&value)
CreateReplicationGroupMemberAction & AddGlobalSecondaryIndexes(const ReplicaGlobalSecondaryIndex &value)
void SetKMSMasterKeyId(const Aws::String &value)
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
const Aws::String & GetRegionName() const
void SetKMSMasterKeyId(const char *value)
CreateReplicationGroupMemberAction & WithProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
CreateReplicationGroupMemberAction & WithGlobalSecondaryIndexes(const Aws::Vector< ReplicaGlobalSecondaryIndex > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue