64 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
98 bool m_indexNameHasBeenSet;
100 bool m_provisionedThroughputHasBeenSet;
const ProvisionedThroughput & GetProvisionedThroughput() const
void SetIndexName(const Aws::String &value)
void SetProvisionedThroughput(ProvisionedThroughput &&value)
UpdateGlobalSecondaryIndexAction & WithProvisionedThroughput(const ProvisionedThroughput &value)
void SetIndexName(Aws::String &&value)
UpdateGlobalSecondaryIndexAction & WithIndexName(const Aws::String &value)
void SetProvisionedThroughput(const ProvisionedThroughput &value)
void SetIndexName(const char *value)
UpdateGlobalSecondaryIndexAction & WithIndexName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
UpdateGlobalSecondaryIndexAction & WithProvisionedThroughput(ProvisionedThroughput &&value)
UpdateGlobalSecondaryIndexAction & WithIndexName(Aws::String &&value)
const Aws::String & GetIndexName() const
JSON (JavaScript Object Notation).