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>
49 template<
typename IndexNameT = Aws::String>
50 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
51 template<
typename IndexNameT = Aws::String>
62 template<
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
63 void SetProvisionedThroughputOverride(ProvisionedThroughputOverrideT&& value) { m_provisionedThroughputOverrideHasBeenSet =
true; m_provisionedThroughputOverride = std::forward<ProvisionedThroughputOverrideT>(value); }
64 template<
typename ProvisionedThroughputOverr
ideT = ProvisionedThroughputOverr
ide>
75 template<
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
76 void SetOnDemandThroughputOverride(OnDemandThroughputOverrideT&& value) { m_onDemandThroughputOverrideHasBeenSet =
true; m_onDemandThroughputOverride = std::forward<OnDemandThroughputOverrideT>(value); }
77 template<
typename OnDemandThroughputOverr
ideT = OnDemandThroughputOverr
ide>
83 bool m_indexNameHasBeenSet =
false;
86 bool m_provisionedThroughputOverrideHasBeenSet =
false;
89 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