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/IndexStatus.h>
12#include <aws/dynamodb/model/ProvisionedThroughputDescription.h>
13#include <aws/dynamodb/model/OnDemandThroughput.h>
14#include <aws/dynamodb/model/KeySchemaElement.h>
55 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
132 inline void SetBackfilling(
bool value) { m_backfillingHasBeenSet =
true; m_backfilling = value; }
160 inline void SetIndexSizeBytes(
long long value) { m_indexSizeBytesHasBeenSet =
true; m_indexSizeBytes = value; }
172 inline void SetItemCount(
long long value) { m_itemCountHasBeenSet =
true; m_itemCount = value; }
184 inline void SetIndexArn(
const char* value) { m_indexArnHasBeenSet =
true; m_indexArn.assign(value); }
207 bool m_indexNameHasBeenSet =
false;
210 bool m_keySchemaHasBeenSet =
false;
213 bool m_projectionHasBeenSet =
false;
216 bool m_indexStatusHasBeenSet =
false;
219 bool m_backfillingHasBeenSet =
false;
222 bool m_provisionedThroughputHasBeenSet =
false;
224 long long m_indexSizeBytes;
225 bool m_indexSizeBytesHasBeenSet =
false;
227 long long m_itemCount;
228 bool m_itemCountHasBeenSet =
false;
231 bool m_indexArnHasBeenSet =
false;
234 bool m_onDemandThroughputHasBeenSet =
false;
GlobalSecondaryIndexDescription & WithIndexSizeBytes(long long value)
const ProvisionedThroughputDescription & GetProvisionedThroughput() const
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
bool OnDemandThroughputHasBeenSet() const
GlobalSecondaryIndexDescription & WithOnDemandThroughput(OnDemandThroughput &&value)
GlobalSecondaryIndexDescription & WithIndexName(Aws::String &&value)
bool BackfillingHasBeenSet() const
GlobalSecondaryIndexDescription & WithBackfilling(bool value)
GlobalSecondaryIndexDescription & WithIndexStatus(IndexStatus &&value)
GlobalSecondaryIndexDescription & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
bool ProjectionHasBeenSet() const
bool IndexNameHasBeenSet() const
GlobalSecondaryIndexDescription & WithIndexName(const Aws::String &value)
GlobalSecondaryIndexDescription & WithIndexArn(const char *value)
bool IndexStatusHasBeenSet() const
GlobalSecondaryIndexDescription & WithItemCount(long long value)
long long GetIndexSizeBytes() const
void SetIndexSizeBytes(long long value)
void SetIndexArn(const char *value)
void SetProvisionedThroughput(ProvisionedThroughputDescription &&value)
const Aws::String & GetIndexArn() const
void SetIndexStatus(const IndexStatus &value)
GlobalSecondaryIndexDescription & WithProjection(const Projection &value)
bool ItemCountHasBeenSet() const
bool GetBackfilling() const
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
const IndexStatus & GetIndexStatus() const
GlobalSecondaryIndexDescription & AddKeySchema(const KeySchemaElement &value)
void SetIndexName(const char *value)
const Aws::String & GetIndexName() const
GlobalSecondaryIndexDescription & WithProvisionedThroughput(const ProvisionedThroughputDescription &value)
AWS_DYNAMODB_API GlobalSecondaryIndexDescription()
void SetIndexArn(const Aws::String &value)
const Projection & GetProjection() const
void SetProjection(const Projection &value)
GlobalSecondaryIndexDescription & WithProvisionedThroughput(ProvisionedThroughputDescription &&value)
AWS_DYNAMODB_API GlobalSecondaryIndexDescription(Aws::Utils::Json::JsonView jsonValue)
void SetIndexStatus(IndexStatus &&value)
void SetIndexName(const Aws::String &value)
GlobalSecondaryIndexDescription & WithProjection(Projection &&value)
void SetIndexArn(Aws::String &&value)
void SetProvisionedThroughput(const ProvisionedThroughputDescription &value)
void SetIndexName(Aws::String &&value)
GlobalSecondaryIndexDescription & WithIndexName(const char *value)
GlobalSecondaryIndexDescription & WithIndexArn(Aws::String &&value)
bool IndexSizeBytesHasBeenSet() const
GlobalSecondaryIndexDescription & WithIndexArn(const Aws::String &value)
void SetItemCount(long long value)
void SetOnDemandThroughput(OnDemandThroughput &&value)
const OnDemandThroughput & GetOnDemandThroughput() const
bool IndexArnHasBeenSet() const
AWS_DYNAMODB_API GlobalSecondaryIndexDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProjection(Projection &&value)
bool KeySchemaHasBeenSet() const
GlobalSecondaryIndexDescription & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
GlobalSecondaryIndexDescription & WithIndexStatus(const IndexStatus &value)
void SetOnDemandThroughput(const OnDemandThroughput &value)
GlobalSecondaryIndexDescription & WithOnDemandThroughput(const OnDemandThroughput &value)
bool ProvisionedThroughputHasBeenSet() const
GlobalSecondaryIndexDescription & AddKeySchema(KeySchemaElement &&value)
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBackfilling(bool value)
long long GetItemCount() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue