7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
40 template <
typename IndexNameT = Aws::String>
42 m_indexNameHasBeenSet =
true;
43 m_indexName = std::forward<IndexNameT>(value);
45 template <
typename IndexNameT = Aws::String>
53 bool m_indexNameHasBeenSet =
false;
DeleteVectorIndexAction & WithIndexName(IndexNameT &&value)
AWS_DYNAMODB_API DeleteVectorIndexAction()=default
AWS_DYNAMODB_API DeleteVectorIndexAction & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API DeleteVectorIndexAction(Aws::Utils::Json::JsonView jsonValue)
bool IndexNameHasBeenSet() const
const Aws::String & GetIndexName() const
void SetIndexName(IndexNameT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue