7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
43 template <
typename KeyT = Aws::String>
45 m_keyHasBeenSet =
true;
46 m_key = std::forward<KeyT>(value);
48 template <
typename KeyT = Aws::String>
50 SetKey(std::forward<KeyT>(value));
61 template <
typename TypeT = Aws::String>
63 m_typeHasBeenSet =
true;
64 m_type = std::forward<TypeT>(value);
66 template <
typename TypeT = Aws::String>
68 SetType(std::forward<TypeT>(value));
81 template <
typename ValueT = Aws::String>
83 m_valueHasBeenSet =
true;
84 m_value = std::forward<ValueT>(value);
86 template <
typename ValueT = Aws::String>
88 SetValue(std::forward<ValueT>(value));
94 bool m_keyHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
100 bool m_valueHasBeenSet =
false;
const Aws::String & GetKey() const
bool KeyHasBeenSet() const
void SetKey(KeyT &&value)
ResultRowValue & WithType(TypeT &&value)
bool TypeHasBeenSet() const
ResultRowValue & WithValue(ValueT &&value)
const Aws::String & GetType() const
ResultRowValue & WithKey(KeyT &&value)
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_PINPOINT_API ResultRowValue()=default
AWS_PINPOINT_API ResultRowValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
const Aws::String & GetValue() const
AWS_PINPOINT_API ResultRowValue(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue