7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
40 template <
typename KeyT = Aws::String>
42 m_keyHasBeenSet =
true;
43 m_key = std::forward<KeyT>(value);
45 template <
typename KeyT = Aws::String>
47 SetKey(std::forward<KeyT>(value));
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 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