69 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
204 bool m_indexNameHasBeenSet;
206 bool m_keySchemaHasBeenSet;
208 bool m_projectionHasBeenSet;
const Projection & GetProjection() const
void SetProjection(Projection &&value)
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
LocalSecondaryIndex & WithProjection(Projection &&value)
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
const Aws::String & GetIndexName() const
std::vector< T, Aws::Allocator< T > > Vector
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
LocalSecondaryIndex & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
LocalSecondaryIndex & AddKeySchema(KeySchemaElement &&value)
LocalSecondaryIndex & AddKeySchema(const KeySchemaElement &value)
void SetIndexName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
void SetProjection(const Projection &value)
LocalSecondaryIndex & WithProjection(const Projection &value)
LocalSecondaryIndex & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
LocalSecondaryIndex & WithIndexName(const Aws::String &value)
LocalSecondaryIndex & WithIndexName(Aws::String &&value)
JSON (JavaScript Object Notation).
LocalSecondaryIndex & WithIndexName(const char *value)
void SetIndexName(const char *value)