7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
41 template <
typename IndexNameT = Aws::String>
43 m_indexNameHasBeenSet =
true;
44 m_indexName = std::forward<IndexNameT>(value);
46 template <
typename IndexNameT = Aws::String>
54 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