7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector/Inspector_EXPORTS.h>
9#include <aws/inspector/model/ScopeType.h>
31 AWS_INSPECTOR_API
Scope() =
default;
43 m_keyHasBeenSet =
true;
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_keyHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_INSPECTOR_API Scope(Aws::Utils::Json::JsonView jsonValue)
Scope & WithValue(ValueT &&value)
void SetKey(ScopeType value)
AWS_INSPECTOR_API Scope()=default
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
const Aws::String & GetValue() const
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
Scope & WithKey(ScopeType value)
AWS_INSPECTOR_API Scope & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue