7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
45 template <
typename KeyT = Aws::String>
47 m_keyHasBeenSet =
true;
48 m_key = std::forward<KeyT>(value);
50 template <
typename KeyT = Aws::String>
52 SetKey(std::forward<KeyT>(value));
63 template <
typename ValueT = Aws::String>
65 m_valueHasBeenSet =
true;
66 m_value = std::forward<ValueT>(value);
68 template <
typename ValueT = Aws::String>
70 SetValue(std::forward<ValueT>(value));
78 bool m_keyHasBeenSet =
false;
79 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue