7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
48 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
62 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
70 bool m_keyHasBeenSet =
false;
73 bool m_valueHasBeenSet =
false;
KeyValue & WithKey(const Aws::String &value)
KeyValue & WithKey(const char *value)
void SetKey(Aws::String &&value)
void SetKey(const Aws::String &value)
const Aws::String & GetValue() const
void SetValue(const char *value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
KeyValue & WithValue(Aws::String &&value)
KeyValue & WithValue(const Aws::String &value)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
KeyValue & WithValue(const char *value)
AWS_EMR_API KeyValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKey(const char *value)
AWS_EMR_API KeyValue(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
KeyValue & WithKey(Aws::String &&value)
void SetValue(const Aws::String &value)
void SetValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue