66 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
150 bool m_indexNameHasBeenSet;
152 bool m_keySchemaHasBeenSet;
154 bool m_projectionHasBeenSet;
156 bool m_provisionedThroughputHasBeenSet;
void SetProjection(const Projection &value)
void SetIndexName(const Aws::String &value)
const Projection & GetProjection() const
void SetProvisionedThroughput(ProvisionedThroughput &&value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
void SetIndexName(Aws::String &&value)
CreateGlobalSecondaryIndexAction & WithIndexName(Aws::String &&value)
CreateGlobalSecondaryIndexAction & WithProvisionedThroughput(const ProvisionedThroughput &value)
CreateGlobalSecondaryIndexAction & WithProjection(const Projection &value)
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
void SetProvisionedThroughput(const ProvisionedThroughput &value)
CreateGlobalSecondaryIndexAction & WithProvisionedThroughput(ProvisionedThroughput &&value)
CreateGlobalSecondaryIndexAction & AddKeySchema(KeySchemaElement &&value)
void SetIndexName(const char *value)
CreateGlobalSecondaryIndexAction & WithIndexName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CreateGlobalSecondaryIndexAction & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
const ProvisionedThroughput & GetProvisionedThroughput() const
const Aws::String & GetIndexName() const
void SetProjection(Projection &&value)
CreateGlobalSecondaryIndexAction & WithIndexName(const char *value)
CreateGlobalSecondaryIndexAction & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
JSON (JavaScript Object Notation).
CreateGlobalSecondaryIndexAction & WithProjection(Projection &&value)
CreateGlobalSecondaryIndexAction & AddKeySchema(const KeySchemaElement &value)