7#include <aws/dynamodbstreams/DynamoDBStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodbstreams/model/KeyType.h>
22namespace DynamoDBStreams
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;
AWS_DYNAMODBSTREAMS_API KeySchemaElement & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODBSTREAMS_API KeySchemaElement()=default
void SetKeyType(KeyType value)
bool AttributeNameHasBeenSet() const
KeySchemaElement & WithAttributeName(AttributeNameT &&value)
AWS_DYNAMODBSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
KeyType GetKeyType() const
AWS_DYNAMODBSTREAMS_API KeySchemaElement(Aws::Utils::Json::JsonView jsonValue)
KeySchemaElement & WithKeyType(KeyType value)
void SetAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
bool KeyTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue