7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/KeySchemaElement.h>
11#include <aws/dynamodb/model/Projection.h>
44 template <
typename IndexNameT = Aws::String>
46 m_indexNameHasBeenSet =
true;
47 m_indexName = std::forward<IndexNameT>(value);
49 template <
typename IndexNameT = Aws::String>
71 template <
typename KeySchemaT = Aws::Vector<KeySchemaElement>>
73 m_keySchemaHasBeenSet =
true;
74 m_keySchema = std::forward<KeySchemaT>(value);
76 template <
typename KeySchemaT = Aws::Vector<KeySchemaElement>>
81 template <
typename KeySchemaT = KeySchemaElement>
83 m_keySchemaHasBeenSet =
true;
84 m_keySchema.emplace_back(std::forward<KeySchemaT>(value));
97 template <
typename ProjectionT = Projection>
99 m_projectionHasBeenSet =
true;
100 m_projection = std::forward<ProjectionT>(value);
102 template <
typename ProjectionT = Projection>
118 m_indexSizeBytesHasBeenSet =
true;
119 m_indexSizeBytes = value;
136 m_itemCountHasBeenSet =
true;
151 template <
typename IndexArnT = Aws::String>
153 m_indexArnHasBeenSet =
true;
154 m_indexArn = std::forward<IndexArnT>(value);
156 template <
typename IndexArnT = Aws::String>
169 long long m_indexSizeBytes{0};
171 long long m_itemCount{0};
174 bool m_indexNameHasBeenSet =
false;
175 bool m_keySchemaHasBeenSet =
false;
176 bool m_projectionHasBeenSet =
false;
177 bool m_indexSizeBytesHasBeenSet =
false;
178 bool m_itemCountHasBeenSet =
false;
179 bool m_indexArnHasBeenSet =
false;
void SetProjection(ProjectionT &&value)
AWS_DYNAMODB_API LocalSecondaryIndexDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeySchemaHasBeenSet() const
bool ItemCountHasBeenSet() const
LocalSecondaryIndexDescription & WithProjection(ProjectionT &&value)
LocalSecondaryIndexDescription & WithIndexArn(IndexArnT &&value)
bool IndexSizeBytesHasBeenSet() const
const Aws::String & GetIndexArn() const
bool ProjectionHasBeenSet() const
const Projection & GetProjection() const
bool IndexNameHasBeenSet() const
const Aws::String & GetIndexName() const
void SetIndexSizeBytes(long long value)
long long GetIndexSizeBytes() const
long long GetItemCount() const
AWS_DYNAMODB_API LocalSecondaryIndexDescription(Aws::Utils::Json::JsonView jsonValue)
LocalSecondaryIndexDescription & WithIndexName(IndexNameT &&value)
LocalSecondaryIndexDescription & AddKeySchema(KeySchemaT &&value)
bool IndexArnHasBeenSet() const
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
LocalSecondaryIndexDescription & WithIndexSizeBytes(long long value)
void SetIndexArn(IndexArnT &&value)
LocalSecondaryIndexDescription & WithKeySchema(KeySchemaT &&value)
AWS_DYNAMODB_API LocalSecondaryIndexDescription()=default
void SetKeySchema(KeySchemaT &&value)
LocalSecondaryIndexDescription & WithItemCount(long long value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetItemCount(long long value)
void SetIndexName(IndexNameT &&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