/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details for the requested item.See Also:
AWS
* API Reference
Map of attribute data consisting of the data type and attribute value.
*/ inline const Aws::MapMap of attribute data consisting of the data type and attribute value.
*/ inline bool ItemHasBeenSet() const { return m_itemHasBeenSet; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline void SetItem(const Aws::MapMap of attribute data consisting of the data type and attribute value.
*/ inline void SetItem(Aws::MapMap of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& WithItem(const Aws::MapMap of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& WithItem(Aws::MapMap of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(const Aws::String& key, const AttributeValue& value) { m_itemHasBeenSet = true; m_item.emplace(key, value); return *this; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(Aws::String&& key, const AttributeValue& value) { m_itemHasBeenSet = true; m_item.emplace(std::move(key), value); return *this; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(const Aws::String& key, AttributeValue&& value) { m_itemHasBeenSet = true; m_item.emplace(key, std::move(value)); return *this; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(Aws::String&& key, AttributeValue&& value) { m_itemHasBeenSet = true; m_item.emplace(std::move(key), std::move(value)); return *this; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(const char* key, AttributeValue&& value) { m_itemHasBeenSet = true; m_item.emplace(key, std::move(value)); return *this; } /** *Map of attribute data consisting of the data type and attribute value.
*/ inline ItemResponse& AddItem(const char* key, const AttributeValue& value) { m_itemHasBeenSet = true; m_item.emplace(key, value); return *this; } private: Aws::Map