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>
11#include <aws/dynamodb/model/GlobalSecondaryIndexWarmThroughputDescription.h>
50 template<
typename IndexNameT = Aws::String>
51 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
52 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>
88 template<
typename WarmThroughputT = GlobalSecondaryIndexWarmThroughputDescription>
89 void SetWarmThroughput(WarmThroughputT&& value) { m_warmThroughputHasBeenSet =
true; m_warmThroughput = std::forward<WarmThroughputT>(value); }
90 template<
typename WarmThroughputT = GlobalSecondaryIndexWarmThroughputDescription>
96 bool m_indexNameHasBeenSet =
false;
99 bool m_provisionedThroughputOverrideHasBeenSet =
false;
102 bool m_onDemandThroughputOverrideHasBeenSet =
false;
105 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