AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SensitivityInspectionTemplateIncludes.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Macie2
23{
24namespace Model
25{
26
40 {
41 public:
45 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
52 inline const Aws::Vector<Aws::String>& GetAllowListIds() const{ return m_allowListIds; }
53 inline bool AllowListIdsHasBeenSet() const { return m_allowListIdsHasBeenSet; }
54 inline void SetAllowListIds(const Aws::Vector<Aws::String>& value) { m_allowListIdsHasBeenSet = true; m_allowListIds = value; }
55 inline void SetAllowListIds(Aws::Vector<Aws::String>&& value) { m_allowListIdsHasBeenSet = true; m_allowListIds = std::move(value); }
58 inline SensitivityInspectionTemplateIncludes& AddAllowListIds(const Aws::String& value) { m_allowListIdsHasBeenSet = true; m_allowListIds.push_back(value); return *this; }
59 inline SensitivityInspectionTemplateIncludes& AddAllowListIds(Aws::String&& value) { m_allowListIdsHasBeenSet = true; m_allowListIds.push_back(std::move(value)); return *this; }
60 inline SensitivityInspectionTemplateIncludes& AddAllowListIds(const char* value) { m_allowListIdsHasBeenSet = true; m_allowListIds.push_back(value); return *this; }
62
64
68 inline const Aws::Vector<Aws::String>& GetCustomDataIdentifierIds() const{ return m_customDataIdentifierIds; }
69 inline bool CustomDataIdentifierIdsHasBeenSet() const { return m_customDataIdentifierIdsHasBeenSet; }
70 inline void SetCustomDataIdentifierIds(const Aws::Vector<Aws::String>& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds = value; }
71 inline void SetCustomDataIdentifierIds(Aws::Vector<Aws::String>&& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds = std::move(value); }
74 inline SensitivityInspectionTemplateIncludes& AddCustomDataIdentifierIds(const Aws::String& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds.push_back(value); return *this; }
75 inline SensitivityInspectionTemplateIncludes& AddCustomDataIdentifierIds(Aws::String&& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds.push_back(std::move(value)); return *this; }
76 inline SensitivityInspectionTemplateIncludes& AddCustomDataIdentifierIds(const char* value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds.push_back(value); return *this; }
78
80
88 inline const Aws::Vector<Aws::String>& GetManagedDataIdentifierIds() const{ return m_managedDataIdentifierIds; }
89 inline bool ManagedDataIdentifierIdsHasBeenSet() const { return m_managedDataIdentifierIdsHasBeenSet; }
90 inline void SetManagedDataIdentifierIds(const Aws::Vector<Aws::String>& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds = value; }
91 inline void SetManagedDataIdentifierIds(Aws::Vector<Aws::String>&& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds = std::move(value); }
94 inline SensitivityInspectionTemplateIncludes& AddManagedDataIdentifierIds(const Aws::String& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(value); return *this; }
95 inline SensitivityInspectionTemplateIncludes& AddManagedDataIdentifierIds(Aws::String&& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(std::move(value)); return *this; }
96 inline SensitivityInspectionTemplateIncludes& AddManagedDataIdentifierIds(const char* value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(value); return *this; }
98 private:
99
100 Aws::Vector<Aws::String> m_allowListIds;
101 bool m_allowListIdsHasBeenSet = false;
102
103 Aws::Vector<Aws::String> m_customDataIdentifierIds;
104 bool m_customDataIdentifierIdsHasBeenSet = false;
105
106 Aws::Vector<Aws::String> m_managedDataIdentifierIds;
107 bool m_managedDataIdentifierIdsHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace Macie2
112} // namespace Aws
SensitivityInspectionTemplateIncludes & WithAllowListIds(const Aws::Vector< Aws::String > &value)
SensitivityInspectionTemplateIncludes & AddManagedDataIdentifierIds(const Aws::String &value)
SensitivityInspectionTemplateIncludes & WithManagedDataIdentifierIds(Aws::Vector< Aws::String > &&value)
SensitivityInspectionTemplateIncludes & AddAllowListIds(const char *value)
SensitivityInspectionTemplateIncludes & AddManagedDataIdentifierIds(Aws::String &&value)
SensitivityInspectionTemplateIncludes & AddManagedDataIdentifierIds(const char *value)
SensitivityInspectionTemplateIncludes & AddCustomDataIdentifierIds(Aws::String &&value)
AWS_MACIE2_API SensitivityInspectionTemplateIncludes & operator=(Aws::Utils::Json::JsonView jsonValue)
SensitivityInspectionTemplateIncludes & WithAllowListIds(Aws::Vector< Aws::String > &&value)
AWS_MACIE2_API SensitivityInspectionTemplateIncludes(Aws::Utils::Json::JsonView jsonValue)
SensitivityInspectionTemplateIncludes & AddCustomDataIdentifierIds(const Aws::String &value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
SensitivityInspectionTemplateIncludes & WithManagedDataIdentifierIds(const Aws::Vector< Aws::String > &value)
SensitivityInspectionTemplateIncludes & AddAllowListIds(Aws::String &&value)
SensitivityInspectionTemplateIncludes & WithCustomDataIdentifierIds(Aws::Vector< Aws::String > &&value)
SensitivityInspectionTemplateIncludes & AddCustomDataIdentifierIds(const char *value)
SensitivityInspectionTemplateIncludes & AddAllowListIds(const Aws::String &value)
SensitivityInspectionTemplateIncludes & WithCustomDataIdentifierIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue