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/ProvisionedThroughput.h>
12#include <aws/dynamodb/model/OnDemandThroughput.h>
13#include <aws/dynamodb/model/KeySchemaElement.h>
54 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
121 bool m_indexNameHasBeenSet =
false;
124 bool m_keySchemaHasBeenSet =
false;
127 bool m_projectionHasBeenSet =
false;
130 bool m_provisionedThroughputHasBeenSet =
false;
133 bool m_onDemandThroughputHasBeenSet =
false;
AWS_DYNAMODB_API CreateGlobalSecondaryIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateGlobalSecondaryIndexAction & WithOnDemandThroughput(OnDemandThroughput &&value)
CreateGlobalSecondaryIndexAction & WithIndexName(Aws::String &&value)
const Projection & GetProjection() const
CreateGlobalSecondaryIndexAction & WithProvisionedThroughput(ProvisionedThroughput &&value)
void SetKeySchema(Aws::Vector< KeySchemaElement > &&value)
void SetOnDemandThroughput(const OnDemandThroughput &value)
CreateGlobalSecondaryIndexAction & WithProjection(const Projection &value)
bool ProjectionHasBeenSet() const
void SetOnDemandThroughput(OnDemandThroughput &&value)
CreateGlobalSecondaryIndexAction & WithOnDemandThroughput(const OnDemandThroughput &value)
AWS_DYNAMODB_API CreateGlobalSecondaryIndexAction()
bool KeySchemaHasBeenSet() const
void SetIndexName(const Aws::String &value)
const Aws::Vector< KeySchemaElement > & GetKeySchema() const
CreateGlobalSecondaryIndexAction & WithKeySchema(Aws::Vector< KeySchemaElement > &&value)
void SetIndexName(const char *value)
CreateGlobalSecondaryIndexAction & WithIndexName(const char *value)
void SetKeySchema(const Aws::Vector< KeySchemaElement > &value)
CreateGlobalSecondaryIndexAction & AddKeySchema(KeySchemaElement &&value)
CreateGlobalSecondaryIndexAction & AddKeySchema(const KeySchemaElement &value)
const OnDemandThroughput & GetOnDemandThroughput() const
CreateGlobalSecondaryIndexAction & WithProvisionedThroughput(const ProvisionedThroughput &value)
const Aws::String & GetIndexName() const
CreateGlobalSecondaryIndexAction & WithProjection(Projection &&value)
AWS_DYNAMODB_API CreateGlobalSecondaryIndexAction(Aws::Utils::Json::JsonView jsonValue)
bool ProvisionedThroughputHasBeenSet() const
CreateGlobalSecondaryIndexAction & WithIndexName(const Aws::String &value)
void SetProjection(Projection &&value)
const ProvisionedThroughput & GetProvisionedThroughput() const
bool IndexNameHasBeenSet() const
bool OnDemandThroughputHasBeenSet() const
CreateGlobalSecondaryIndexAction & WithKeySchema(const Aws::Vector< KeySchemaElement > &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIndexName(Aws::String &&value)
void SetProvisionedThroughput(ProvisionedThroughput &&value)
void SetProjection(const Projection &value)
void SetProvisionedThroughput(const ProvisionedThroughput &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