7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_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));
62 template <
typename ValueT = Aws::String>
64 m_valueHasBeenSet =
true;
65 m_value = std::forward<ValueT>(value);
67 template <
typename ValueT = Aws::String>
69 SetValue(std::forward<ValueT>(value));
77 bool m_keyHasBeenSet =
false;
78 bool m_valueHasBeenSet =
false;
const Aws::String & GetKey() const
AWS_MACIE2_API KeyValuePair()=default
const Aws::String & GetValue() const
AWS_MACIE2_API KeyValuePair & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
AWS_MACIE2_API KeyValuePair(Aws::Utils::Json::JsonView jsonValue)
KeyValuePair & WithKey(KeyT &&value)
void SetKey(KeyT &&value)
KeyValuePair & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue