7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/KeyType.h>
56 template<
typename AttributeNameT = Aws::String>
57 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
58 template<
typename AttributeNameT = Aws::String>
82 bool m_attributeNameHasBeenSet =
false;
85 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