7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/SearchSchemaElementType.h>
42 template <
typename AttributeNameT = Aws::String>
44 m_attributeNameHasBeenSet =
true;
45 m_attributeName = std::forward<AttributeNameT>(value);
47 template <
typename AttributeNameT = Aws::String>
67 m_searchSchemaElementTypeHasBeenSet =
true;
68 m_searchSchemaElementType = value;
79 bool m_attributeNameHasBeenSet =
false;
80 bool m_searchSchemaElementTypeHasBeenSet =
false;
AWS_DYNAMODB_API SearchSchemaElement(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
SearchSchemaElementType GetSearchSchemaElementType() const
SearchSchemaElement & WithSearchSchemaElementType(SearchSchemaElementType value)
AWS_DYNAMODB_API SearchSchemaElement()=default
const Aws::String & GetAttributeName() const
void SetSearchSchemaElementType(SearchSchemaElementType value)
bool AttributeNameHasBeenSet() const
SearchSchemaElement & WithAttributeName(AttributeNameT &&value)
void SetAttributeName(AttributeNameT &&value)
bool SearchSchemaElementTypeHasBeenSet() const
AWS_DYNAMODB_API SearchSchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue