7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/model/ScopeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetKey(
const ScopeType& value) { m_keyHasBeenSet =
true; m_key = value; }
49 inline void SetKey(
ScopeType&& value) { m_keyHasBeenSet =
true; m_key = std::move(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;
void SetValue(const Aws::String &value)
AWS_INSPECTOR_API Scope()
AWS_INSPECTOR_API Scope(Aws::Utils::Json::JsonView jsonValue)
void SetKey(const ScopeType &value)
Scope & WithKey(ScopeType &&value)
bool KeyHasBeenSet() const
Scope & WithValue(const char *value)
void SetValue(const char *value)
Scope & WithKey(const ScopeType &value)
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
Scope & WithValue(const Aws::String &value)
void SetKey(ScopeType &&value)
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(Aws::String &&value)
AWS_INSPECTOR_API Scope & operator=(Aws::Utils::Json::JsonView jsonValue)
const ScopeType & GetKey() const
Scope & WithValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue