7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IndexNameT = Aws::String>
48 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
49 template<
typename IndexNameT = Aws::String>
55 bool m_indexNameHasBeenSet =
false;
DeleteGlobalSecondaryIndexAction & WithIndexName(IndexNameT &&value)
AWS_DYNAMODB_API DeleteGlobalSecondaryIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndexName() const
void SetIndexName(IndexNameT &&value)
AWS_DYNAMODB_API DeleteGlobalSecondaryIndexAction()=default
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