AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ScopeSettings.h
1
6#pragma once
7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/ProjectSelectionScope.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Inspector2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_INSPECTOR2_API ScopeSettings() = default;
36 AWS_INSPECTOR2_API ScopeSettings(Aws::Utils::Json::JsonView jsonValue);
37 AWS_INSPECTOR2_API ScopeSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
47 inline ProjectSelectionScope GetProjectSelectionScope() const { return m_projectSelectionScope; }
48 inline bool ProjectSelectionScopeHasBeenSet() const { return m_projectSelectionScopeHasBeenSet; }
49 inline void SetProjectSelectionScope(ProjectSelectionScope value) { m_projectSelectionScopeHasBeenSet = true; m_projectSelectionScope = value; }
52 private:
53
55 bool m_projectSelectionScopeHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Inspector2
60} // namespace Aws
ProjectSelectionScope GetProjectSelectionScope() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API ScopeSettings(Aws::Utils::Json::JsonView jsonValue)
ScopeSettings & WithProjectSelectionScope(ProjectSelectionScope value)
AWS_INSPECTOR2_API ScopeSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API ScopeSettings()=default
void SetProjectSelectionScope(ProjectSelectionScope value)
Aws::Utils::Json::JsonValue JsonValue