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>
51 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
90 bool m_indexNameHasBeenSet =
false;
93 bool m_provisionedThroughputHasBeenSet =
false;
96 bool m_onDemandThroughputHasBeenSet =
false;
const Aws::String & GetIndexName() const
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction(Aws::Utils::Json::JsonView jsonValue)
void SetOnDemandThroughput(OnDemandThroughput &&value)
const ProvisionedThroughput & GetProvisionedThroughput() const
bool IndexNameHasBeenSet() const
UpdateGlobalSecondaryIndexAction & WithIndexName(const char *value)
void SetOnDemandThroughput(const OnDemandThroughput &value)
UpdateGlobalSecondaryIndexAction & WithOnDemandThroughput(OnDemandThroughput &&value)
bool ProvisionedThroughputHasBeenSet() const
bool OnDemandThroughputHasBeenSet() const
UpdateGlobalSecondaryIndexAction & WithIndexName(Aws::String &&value)
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction()
UpdateGlobalSecondaryIndexAction & WithOnDemandThroughput(const OnDemandThroughput &value)
void SetIndexName(const char *value)
void SetProvisionedThroughput(ProvisionedThroughput &&value)
const OnDemandThroughput & GetOnDemandThroughput() const
void SetProvisionedThroughput(const ProvisionedThroughput &value)
void SetIndexName(const Aws::String &value)
UpdateGlobalSecondaryIndexAction & WithIndexName(const Aws::String &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateGlobalSecondaryIndexAction & WithProvisionedThroughput(ProvisionedThroughput &&value)
AWS_DYNAMODB_API UpdateGlobalSecondaryIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIndexName(Aws::String &&value)
UpdateGlobalSecondaryIndexAction & WithProvisionedThroughput(const ProvisionedThroughput &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue