7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/inspector/model/ScopeType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
36 AWS_INSPECTOR_API
Scope() =
default;
58 template<
typename ValueT = Aws::String>
59 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
60 template<
typename ValueT = Aws::String>
66 bool m_keyHasBeenSet =
false;
69 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