7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_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 ValueStringT = Aws::String>
60 m_valueStringHasBeenSet =
true;
61 m_valueString = std::forward<ValueStringT>(value);
63 template <
typename ValueStringT = Aws::String>
73 bool m_keyHasBeenSet =
false;
74 bool m_valueStringHasBeenSet =
false;
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetKey() const
AWS_PROTON_API Output(Aws::Utils::Json::JsonView jsonValue)
void SetValueString(ValueStringT &&value)
AWS_PROTON_API Output & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueStringHasBeenSet() const
const Aws::String & GetValueString() const
Output & WithValueString(ValueStringT &&value)
Output & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
bool KeyHasBeenSet() const
AWS_PROTON_API Output()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue