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>
53 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
98 bool m_indexNameHasBeenSet =
false;
101 bool m_keySchemaHasBeenSet =
false;
104 bool m_projectionHasBeenSet =
false;
LocalSecondaryIndex & WithIndexName(const Aws::String &value)
LocalSecondaryIndex & WithProjection(const Projection &value)
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
LocalSecondaryIndex & AddKeySchema(const KeySchemaElement &value)
void SetProjection(Projection &&value)
bool IndexNameHasBeenSet() const
void SetIndexName(const Aws::String &value)
const Aws::String & GetIndexName() const
AWS_DYNAMODB_API LocalSecondaryIndex()
bool KeySchemaHasBeenSet() const
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
LocalSecondaryIndex & WithIndexName(Aws::String &&value)
AWS_DYNAMODB_API LocalSecondaryIndex(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
LocalSecondaryIndex & AddKeySchema(KeySchemaElement &&value)
bool ProjectionHasBeenSet() const
const Projection & GetProjection() const
LocalSecondaryIndex & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
void SetIndexName(const char *value)
AWS_DYNAMODB_API LocalSecondaryIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
LocalSecondaryIndex & WithIndexName(const char *value)
void SetProjection(const Projection &value)
LocalSecondaryIndex & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
void SetIndexName(Aws::String &&value)
LocalSecondaryIndex & WithProjection(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