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); }
103 inline void SetIndexSizeBytes(
long long value) { m_indexSizeBytesHasBeenSet =
true; m_indexSizeBytes = value; }
115 inline void SetItemCount(
long long value) { m_itemCountHasBeenSet =
true; m_itemCount = value; }
127 inline void SetIndexArn(
const char* value) { m_indexArnHasBeenSet =
true; m_indexArn.assign(value); }
135 bool m_indexNameHasBeenSet =
false;
138 bool m_keySchemaHasBeenSet =
false;
141 bool m_projectionHasBeenSet =
false;
143 long long m_indexSizeBytes;
144 bool m_indexSizeBytesHasBeenSet =
false;
146 long long m_itemCount;
147 bool m_itemCountHasBeenSet =
false;
150 bool m_indexArnHasBeenSet =
false;
LocalSecondaryIndexDescription & WithProjection(Projection &&value)
AWS_DYNAMODB_API LocalSecondaryIndexDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeySchemaHasBeenSet() const
bool ItemCountHasBeenSet() const
void SetIndexName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
bool IndexSizeBytesHasBeenSet() const
const Aws::String & GetIndexArn() const
LocalSecondaryIndexDescription & WithIndexName(const char *value)
bool ProjectionHasBeenSet() const
LocalSecondaryIndexDescription & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
const Projection & GetProjection() const
bool IndexNameHasBeenSet() const
LocalSecondaryIndexDescription & WithIndexArn(const Aws::String &value)
const Aws::String & GetIndexName() const
void SetIndexSizeBytes(long long value)
long long GetIndexSizeBytes() const
void SetProjection(const Projection &value)
long long GetItemCount() const
LocalSecondaryIndexDescription & AddKeySchema(KeySchemaElement &&value)
LocalSecondaryIndexDescription & AddKeySchema(const KeySchemaElement &value)
AWS_DYNAMODB_API LocalSecondaryIndexDescription(Aws::Utils::Json::JsonView jsonValue)
void SetIndexArn(Aws::String &&value)
LocalSecondaryIndexDescription & WithIndexName(Aws::String &&value)
bool IndexArnHasBeenSet() const
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
LocalSecondaryIndexDescription & WithIndexSizeBytes(long long value)
LocalSecondaryIndexDescription & WithIndexArn(Aws::String &&value)
void SetIndexArn(const Aws::String &value)
AWS_DYNAMODB_API LocalSecondaryIndexDescription()
void SetIndexArn(const char *value)
LocalSecondaryIndexDescription & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
LocalSecondaryIndexDescription & WithIndexName(const Aws::String &value)
LocalSecondaryIndexDescription & WithProjection(const Projection &value)
LocalSecondaryIndexDescription & WithItemCount(long long value)
LocalSecondaryIndexDescription & WithIndexArn(const char *value)
void SetIndexName(const char *value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetItemCount(long long value)
void SetProjection(Projection &&value)
void SetKeySchema(Aws::Vector< KeySchemaElement > &&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