7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/KeyType.h>
50 template <
typename AttributeNameT = Aws::String>
52 m_attributeNameHasBeenSet =
true;
53 m_attributeName = std::forward<AttributeNameT>(value);
55 template <
typename AttributeNameT = Aws::String>
77 m_keyTypeHasBeenSet =
true;
89 bool m_attributeNameHasBeenSet =
false;
90 bool m_keyTypeHasBeenSet =
false;
void SetAttributeName(AttributeNameT &&value)
KeySchemaElement & WithKeyType(KeyType value)
KeySchemaElement & WithAttributeName(AttributeNameT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAttributeName() const
AWS_DYNAMODB_API KeySchemaElement(Aws::Utils::Json::JsonView jsonValue)
KeyType GetKeyType() const
AWS_DYNAMODB_API KeySchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyTypeHasBeenSet() const
bool AttributeNameHasBeenSet() const
void SetKeyType(KeyType value)
AWS_DYNAMODB_API KeySchemaElement()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue