7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/ProvisionedThroughput.h>
10#include <aws/dynamodb/model/OnDemandThroughput.h>
11#include <aws/dynamodb/model/WarmThroughput.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>
66 template<
typename ProvisionedThroughputT = ProvisionedThroughput>
67 void SetProvisionedThroughput(ProvisionedThroughputT&& value) { m_provisionedThroughputHasBeenSet =
true; m_provisionedThroughput = std::forward<ProvisionedThroughputT>(value); }
68 template<
typename ProvisionedThroughputT = ProvisionedThroughput>
81 template<
typename OnDemandThroughputT = OnDemandThroughput>
82 void SetOnDemandThroughput(OnDemandThroughputT&& value) { m_onDemandThroughputHasBeenSet =
true; m_onDemandThroughput = std::forward<OnDemandThroughputT>(value); }
83 template<
typename OnDemandThroughputT = OnDemandThroughput>
94 template<
typename WarmThroughputT = WarmThroughput>
95 void SetWarmThroughput(WarmThroughputT&& value) { m_warmThroughputHasBeenSet =
true; m_warmThroughput = std::forward<WarmThroughputT>(value); }
96 template<
typename WarmThroughputT = WarmThroughput>
102 bool m_indexNameHasBeenSet =
false;
105 bool m_provisionedThroughputHasBeenSet =
false;
108 bool m_onDemandThroughputHasBeenSet =
false;
111 bool m_warmThroughputHasBeenSet =
false;
void SetProvisionedThroughput(ProvisionedThroughputT &&value)
const Aws::String & GetIndexName() const
const WarmThroughput & GetWarmThroughput() const
void SetOnDemandThroughput(OnDemandThroughputT &&value)
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction(Aws::Utils::Json::JsonView jsonValue)
const ProvisionedThroughput & GetProvisionedThroughput() const
void SetWarmThroughput(WarmThroughputT &&value)
bool IndexNameHasBeenSet() const
UpdateGlobalSecondaryIndexAction & WithProvisionedThroughput(ProvisionedThroughputT &&value)
void SetIndexName(IndexNameT &&value)
bool ProvisionedThroughputHasBeenSet() const
bool OnDemandThroughputHasBeenSet() const
UpdateGlobalSecondaryIndexAction & WithIndexName(IndexNameT &&value)
UpdateGlobalSecondaryIndexAction & WithOnDemandThroughput(OnDemandThroughputT &&value)
const OnDemandThroughput & GetOnDemandThroughput() const
bool WarmThroughputHasBeenSet() const
UpdateGlobalSecondaryIndexAction & WithWarmThroughput(WarmThroughputT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction()=default
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue