7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/GlobalSecondaryIndexWarmThroughputDescription.h>
10#include <aws/dynamodb/model/OnDemandThroughputOverride.h>
11#include <aws/dynamodb/model/ProvisionedThroughputOverride.h>
44 template <
typename IndexNameT = Aws::String>
46 m_indexNameHasBeenSet =
true;
47 m_indexName = std::forward<IndexNameT>(value);
49 template <
typename IndexNameT = Aws::String>
62 template <
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
64 m_provisionedThroughputOverrideHasBeenSet =
true;
65 m_provisionedThroughputOverride = std::forward<ProvisionedThroughputOverrideT>(value);
67 template <
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
81 template <
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
83 m_onDemandThroughputOverrideHasBeenSet =
true;
84 m_onDemandThroughputOverride = std::forward<OnDemandThroughputOverrideT>(value);
86 template <
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
100 template <
typename WarmThroughputT = GlobalSecondaryIndexWarmThroughputDescription>
102 m_warmThroughputHasBeenSet =
true;
103 m_warmThroughput = std::forward<WarmThroughputT>(value);
105 template <
typename WarmThroughputT = GlobalSecondaryIndexWarmThroughputDescription>
119 bool m_indexNameHasBeenSet =
false;
120 bool m_provisionedThroughputOverrideHasBeenSet =
false;
121 bool m_onDemandThroughputOverrideHasBeenSet =
false;
122 bool m_warmThroughputHasBeenSet =
false;
ReplicaGlobalSecondaryIndexDescription & WithWarmThroughput(WarmThroughputT &&value)
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
void SetOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
void SetIndexName(IndexNameT &&value)
ReplicaGlobalSecondaryIndexDescription & WithProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
const GlobalSecondaryIndexWarmThroughputDescription & GetWarmThroughput() const
bool WarmThroughputHasBeenSet() const
const Aws::String & GetIndexName() const
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription()=default
void SetWarmThroughput(WarmThroughputT &&value)
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
ReplicaGlobalSecondaryIndexDescription & WithOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
bool ProvisionedThroughputOverrideHasBeenSet() const
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription(Aws::Utils::Json::JsonView jsonValue)
ReplicaGlobalSecondaryIndexDescription & WithIndexName(IndexNameT &&value)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndexDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool OnDemandThroughputOverrideHasBeenSet() const
bool IndexNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue