AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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:
42 AWS_MACIE2_API SensitivityInspectionTemplateIncludes() = default;
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 template<typename AllowListIdsT = Aws::Vector<Aws::String>>
55 void SetAllowListIds(AllowListIdsT&& value) { m_allowListIdsHasBeenSet = true; m_allowListIds = std::forward<AllowListIdsT>(value); }
56 template<typename AllowListIdsT = Aws::Vector<Aws::String>>
57 SensitivityInspectionTemplateIncludes& WithAllowListIds(AllowListIdsT&& value) { SetAllowListIds(std::forward<AllowListIdsT>(value)); return *this;}
58 template<typename AllowListIdsT = Aws::String>
59 SensitivityInspectionTemplateIncludes& AddAllowListIds(AllowListIdsT&& value) { m_allowListIdsHasBeenSet = true; m_allowListIds.emplace_back(std::forward<AllowListIdsT>(value)); return *this; }
61
63
67 inline const Aws::Vector<Aws::String>& GetCustomDataIdentifierIds() const { return m_customDataIdentifierIds; }
68 inline bool CustomDataIdentifierIdsHasBeenSet() const { return m_customDataIdentifierIdsHasBeenSet; }
69 template<typename CustomDataIdentifierIdsT = Aws::Vector<Aws::String>>
70 void SetCustomDataIdentifierIds(CustomDataIdentifierIdsT&& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds = std::forward<CustomDataIdentifierIdsT>(value); }
71 template<typename CustomDataIdentifierIdsT = Aws::Vector<Aws::String>>
72 SensitivityInspectionTemplateIncludes& WithCustomDataIdentifierIds(CustomDataIdentifierIdsT&& value) { SetCustomDataIdentifierIds(std::forward<CustomDataIdentifierIdsT>(value)); return *this;}
73 template<typename CustomDataIdentifierIdsT = Aws::String>
74 SensitivityInspectionTemplateIncludes& AddCustomDataIdentifierIds(CustomDataIdentifierIdsT&& value) { m_customDataIdentifierIdsHasBeenSet = true; m_customDataIdentifierIds.emplace_back(std::forward<CustomDataIdentifierIdsT>(value)); return *this; }
76
78
86 inline const Aws::Vector<Aws::String>& GetManagedDataIdentifierIds() const { return m_managedDataIdentifierIds; }
87 inline bool ManagedDataIdentifierIdsHasBeenSet() const { return m_managedDataIdentifierIdsHasBeenSet; }
88 template<typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
89 void SetManagedDataIdentifierIds(ManagedDataIdentifierIdsT&& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds = std::forward<ManagedDataIdentifierIdsT>(value); }
90 template<typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
91 SensitivityInspectionTemplateIncludes& WithManagedDataIdentifierIds(ManagedDataIdentifierIdsT&& value) { SetManagedDataIdentifierIds(std::forward<ManagedDataIdentifierIdsT>(value)); return *this;}
92 template<typename ManagedDataIdentifierIdsT = Aws::String>
93 SensitivityInspectionTemplateIncludes& AddManagedDataIdentifierIds(ManagedDataIdentifierIdsT&& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.emplace_back(std::forward<ManagedDataIdentifierIdsT>(value)); return *this; }
95 private:
96
97 Aws::Vector<Aws::String> m_allowListIds;
98 bool m_allowListIdsHasBeenSet = false;
99
100 Aws::Vector<Aws::String> m_customDataIdentifierIds;
101 bool m_customDataIdentifierIdsHasBeenSet = false;
102
103 Aws::Vector<Aws::String> m_managedDataIdentifierIds;
104 bool m_managedDataIdentifierIdsHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace Macie2
109} // namespace Aws
SensitivityInspectionTemplateIncludes & AddManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateIncludes & WithCustomDataIdentifierIds(CustomDataIdentifierIdsT &&value)
SensitivityInspectionTemplateIncludes & AddAllowListIds(AllowListIdsT &&value)
SensitivityInspectionTemplateIncludes & AddCustomDataIdentifierIds(CustomDataIdentifierIdsT &&value)
AWS_MACIE2_API SensitivityInspectionTemplateIncludes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API SensitivityInspectionTemplateIncludes(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
SensitivityInspectionTemplateIncludes & WithManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateIncludes & WithAllowListIds(AllowListIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue