7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyT = Aws::String>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Aws::String>
61 template<
typename TypeT = Aws::String>
62 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
63 template<
typename TypeT = Aws::String>
75 template<
typename ValueT = Aws::String>
76 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
77 template<
typename ValueT = Aws::String>
83 bool m_keyHasBeenSet =
false;
86 bool m_typeHasBeenSet =
false;
89 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