7#include <aws/macie2/Macie2_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); }
66 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
74 bool m_keyHasBeenSet =
false;
77 bool m_valueHasBeenSet =
false;
AWS_MACIE2_API KeyValuePair()
KeyValuePair & WithKey(Aws::String &&value)
KeyValuePair & WithKey(const char *value)
void SetValue(const Aws::String &value)
void SetKey(Aws::String &&value)
void SetKey(const char *value)
const Aws::String & GetKey() const
const Aws::String & GetValue() const
AWS_MACIE2_API KeyValuePair & operator=(Aws::Utils::Json::JsonView jsonValue)
KeyValuePair & WithValue(Aws::String &&value)
bool KeyHasBeenSet() const
AWS_MACIE2_API KeyValuePair(Aws::Utils::Json::JsonView jsonValue)
void SetValue(Aws::String &&value)
void SetValue(const char *value)
bool ValueHasBeenSet() const
void SetKey(const Aws::String &value)
KeyValuePair & WithValue(const Aws::String &value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
KeyValuePair & WithKey(const Aws::String &value)
KeyValuePair & WithValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue