7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/model/Projection.h>
11#include <aws/dynamodb/model/KeySchemaElement.h>
52 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
97 bool m_indexNameHasBeenSet =
false;
100 bool m_keySchemaHasBeenSet =
false;
103 bool m_projectionHasBeenSet =
false;
LocalSecondaryIndexInfo & WithIndexName(const char *value)
LocalSecondaryIndexInfo & WithProjection(Projection &&value)
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
LocalSecondaryIndexInfo & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
LocalSecondaryIndexInfo & AddKeySchema(KeySchemaElement &&value)
LocalSecondaryIndexInfo & AddKeySchema(const KeySchemaElement &value)
const Aws::String & GetIndexName() const
void SetProjection(Projection &&value)
void SetIndexName(Aws::String &&value)
bool IndexNameHasBeenSet() const
bool KeySchemaHasBeenSet() const
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
AWS_DYNAMODB_API LocalSecondaryIndexInfo()
void SetIndexName(const char *value)
LocalSecondaryIndexInfo & WithIndexName(const Aws::String &value)
bool ProjectionHasBeenSet() const
void SetIndexName(const Aws::String &value)
void SetProjection(const Projection &value)
AWS_DYNAMODB_API LocalSecondaryIndexInfo(Aws::Utils::Json::JsonView jsonValue)
LocalSecondaryIndexInfo & WithIndexName(Aws::String &&value)
LocalSecondaryIndexInfo & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
const Projection & GetProjection() const
AWS_DYNAMODB_API LocalSecondaryIndexInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
LocalSecondaryIndexInfo & WithProjection(const Projection &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue