7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
51 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
65 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
81 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
89 bool m_keyHasBeenSet =
false;
92 bool m_typeHasBeenSet =
false;
95 bool m_valueHasBeenSet =
false;
const Aws::String & GetKey() const
bool KeyHasBeenSet() const
void SetType(const char *value)
ResultRowValue & WithKey(const Aws::String &value)
ResultRowValue & WithType(Aws::String &&value)
bool TypeHasBeenSet() const
void SetValue(const Aws::String &value)
AWS_PINPOINT_API ResultRowValue()
void SetKey(const Aws::String &value)
void SetKey(Aws::String &&value)
void SetType(Aws::String &&value)
const Aws::String & GetType() const
void SetType(const Aws::String &value)
bool ValueHasBeenSet() const
void SetValue(Aws::String &&value)
void SetKey(const char *value)
AWS_PINPOINT_API ResultRowValue & operator=(Aws::Utils::Json::JsonView jsonValue)
ResultRowValue & WithType(const char *value)
ResultRowValue & WithKey(Aws::String &&value)
const Aws::String & GetValue() const
AWS_PINPOINT_API ResultRowValue(Aws::Utils::Json::JsonView jsonValue)
ResultRowValue & WithValue(const Aws::String &value)
ResultRowValue & WithValue(const char *value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(const char *value)
ResultRowValue & WithType(const Aws::String &value)
ResultRowValue & WithKey(const char *value)
ResultRowValue & WithValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue