7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
57 bool m_indexNameHasBeenSet =
false;
DeleteGlobalSecondaryIndexAction & WithIndexName(Aws::String &&value)
void SetIndexName(const Aws::String &value)
AWS_DYNAMODB_API DeleteGlobalSecondaryIndexAction()
DeleteGlobalSecondaryIndexAction & WithIndexName(const char *value)
void SetIndexName(const char *value)
AWS_DYNAMODB_API DeleteGlobalSecondaryIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndexName() const
DeleteGlobalSecondaryIndexAction & WithIndexName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API DeleteGlobalSecondaryIndexAction(Aws::Utils::Json::JsonView jsonValue)
bool IndexNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue