AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ClassificationScopeSummary.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 Macie2
22{
23namespace Model
24{
25
34 {
35 public:
39 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetId() const{ return m_id; }
47 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
48 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
49 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
50 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
51 inline ClassificationScopeSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
52 inline ClassificationScopeSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
53 inline ClassificationScopeSummary& WithId(const char* value) { SetId(value); return *this;}
55
57
60 inline const Aws::String& GetName() const{ return m_name; }
61 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
62 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
63 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
64 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
65 inline ClassificationScopeSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
66 inline ClassificationScopeSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
67 inline ClassificationScopeSummary& WithName(const char* value) { SetName(value); return *this;}
69 private:
70
71 Aws::String m_id;
72 bool m_idHasBeenSet = false;
73
74 Aws::String m_name;
75 bool m_nameHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace Macie2
80} // namespace Aws
ClassificationScopeSummary & WithName(const char *value)
ClassificationScopeSummary & WithName(Aws::String &&value)
ClassificationScopeSummary & WithId(Aws::String &&value)
AWS_MACIE2_API ClassificationScopeSummary(Aws::Utils::Json::JsonView jsonValue)
ClassificationScopeSummary & WithId(const char *value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
ClassificationScopeSummary & WithName(const Aws::String &value)
ClassificationScopeSummary & WithId(const Aws::String &value)
AWS_MACIE2_API ClassificationScopeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue