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>
51 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
85 bool m_indexNameHasBeenSet =
false;
88 bool m_provisionedThroughputOverrideHasBeenSet =
false;
91 bool m_onDemandThroughputOverrideHasBeenSet =
false;
void SetOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
ReplicaGlobalSecondaryIndex & WithOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
ReplicaGlobalSecondaryIndex & WithProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
void SetIndexName(const char *value)
ReplicaGlobalSecondaryIndex & WithIndexName(const char *value)
ReplicaGlobalSecondaryIndex & WithOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
void SetProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
ReplicaGlobalSecondaryIndex & WithProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
void SetOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex()
void SetIndexName(const Aws::String &value)
const Aws::String & GetIndexName() const
void SetIndexName(Aws::String &&value)
ReplicaGlobalSecondaryIndex & WithIndexName(const Aws::String &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProvisionedThroughputOverrideHasBeenSet() const
bool IndexNameHasBeenSet() const
bool OnDemandThroughputOverrideHasBeenSet() const
ReplicaGlobalSecondaryIndex & WithIndexName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue