7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename KeyT = Aws::String>
52 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
53 template<
typename KeyT = Aws::String>
63 template<
typename ValueT = Aws::String>
64 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
65 template<
typename ValueT = Aws::String>
71 bool m_keyHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue