7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/model/KeyType.h>
58 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
78 inline void SetKeyType(
const KeyType& value) { m_keyTypeHasBeenSet =
true; m_keyType = value; }
79 inline void SetKeyType(
KeyType&& value) { m_keyTypeHasBeenSet =
true; m_keyType = std::move(value); }
86 bool m_attributeNameHasBeenSet =
false;
89 bool m_keyTypeHasBeenSet =
false;
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
KeySchemaElement & WithAttributeName(const Aws::String &value)
void SetAttributeName(Aws::String &&value)
const Aws::String & GetAttributeName() const
void SetKeyType(KeyType &&value)
AWS_DYNAMODB_API KeySchemaElement(Aws::Utils::Json::JsonView jsonValue)
KeySchemaElement & WithKeyType(KeyType &&value)
AWS_DYNAMODB_API KeySchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeName(const char *value)
AWS_DYNAMODB_API KeySchemaElement()
KeySchemaElement & WithAttributeName(const char *value)
bool KeyTypeHasBeenSet() const
void SetAttributeName(const Aws::String &value)
KeySchemaElement & WithAttributeName(Aws::String &&value)
const KeyType & GetKeyType() const
bool AttributeNameHasBeenSet() const
void SetKeyType(const KeyType &value)
KeySchemaElement & WithKeyType(const KeyType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue