7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/AttributeValue.h>
51 template<
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
52 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
53 template<
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
55 template<
typename KeyKeyT = Aws::String,
typename KeyValueT = AttributeValue>
57 m_keyHasBeenSet =
true; m_key.emplace(std::forward<KeyKeyT>(key), std::forward<KeyValueT>(value));
return *
this;
63 bool m_keyHasBeenSet =
false;
DeleteRequest & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
AWS_DYNAMODB_API DeleteRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, AttributeValue > & GetKey() const
bool KeyHasBeenSet() const
AWS_DYNAMODB_API DeleteRequest()=default
AWS_DYNAMODB_API DeleteRequest(Aws::Utils::Json::JsonView jsonValue)
DeleteRequest & AddKey(KeyKeyT &&key, KeyValueT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue