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