7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/AttributeValue.h>
48 template <
typename ItemT = Aws::Map<Aws::String, AttributeValue>>
50 m_itemHasBeenSet =
true;
51 m_item = std::forward<ItemT>(value);
53 template <
typename ItemT = Aws::Map<Aws::String, AttributeValue>>
55 SetItem(std::forward<ItemT>(value));
58 template <
typename ItemKeyT = Aws::String,
typename ItemValueT = AttributeValue>
60 m_itemHasBeenSet =
true;
61 m_item.emplace(std::forward<ItemKeyT>(key), std::forward<ItemValueT>(value));
67 bool m_itemHasBeenSet =
false;
AWS_DYNAMODB_API PutRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
PutRequest & WithItem(ItemT &&value)
void SetItem(ItemT &&value)
bool ItemHasBeenSet() const
const Aws::Map< Aws::String, AttributeValue > & GetItem() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API PutRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API PutRequest()=default
PutRequest & AddItem(ItemKeyT &&key, ItemValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue