7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/OnDemandThroughputOverride.h>
10#include <aws/dynamodb/model/ProvisionedThroughputOverride.h>
43 template <
typename IndexNameT = Aws::String>
45 m_indexNameHasBeenSet =
true;
46 m_indexName = std::forward<IndexNameT>(value);
48 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>
98 bool m_indexNameHasBeenSet =
false;
99 bool m_provisionedThroughputOverrideHasBeenSet =
false;
100 bool m_onDemandThroughputOverrideHasBeenSet =
false;
const OnDemandThroughputOverride & GetOnDemandThroughputOverride() const
const ProvisionedThroughputOverride & GetProvisionedThroughputOverride() const
ReplicaGlobalSecondaryIndex & WithProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
void SetIndexName(IndexNameT &&value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex()=default
ReplicaGlobalSecondaryIndex & WithIndexName(IndexNameT &&value)
void SetOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API ReplicaGlobalSecondaryIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProvisionedThroughputOverride(ProvisionedThroughputOverrideT &&value)
const Aws::String & GetIndexName() const
ReplicaGlobalSecondaryIndex & WithOnDemandThroughputOverride(OnDemandThroughputOverrideT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProvisionedThroughputOverrideHasBeenSet() const
bool IndexNameHasBeenSet() const
bool OnDemandThroughputOverrideHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue