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); }
84 bool m_indexNameHasBeenSet =
false;
87 bool m_provisionedThroughputOverrideHasBeenSet =
false;
90 bool m_onDemandThroughputOverrideHasBeenSet =
false;
void SetIndexName(const char *value)
ReplicaGlobalSecondaryIndexDescription & WithProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverride &&value)
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
void SetIndexName(Aws::String &&value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription()
const Aws::String & GetIndexName() const
void SetProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
ReplicaGlobalSecondaryIndexDescription & WithOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
ReplicaGlobalSecondaryIndexDescription & WithOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
void SetIndexName(const Aws::String &value)
bool ProvisionedThroughputOverrideHasBeenSet() const
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription(Aws::Utils::Json::JsonView jsonValue)
void SetOnDemandThroughputOverride(const OnDemandThroughputOverride &value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ReplicaGlobalSecondaryIndexDescription & WithIndexName(const char *value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool OnDemandThroughputOverrideHasBeenSet() const
void SetOnDemandThroughputOverride(OnDemandThroughputOverride &&value)
ReplicaGlobalSecondaryIndexDescription & WithProvisionedThroughputOverride(const ProvisionedThroughputOverride &value)
ReplicaGlobalSecondaryIndexDescription & WithIndexName(Aws::String &&value)
ReplicaGlobalSecondaryIndexDescription & WithIndexName(const Aws::String &value)
bool IndexNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue