7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
48 template <
typename AllowListIdsT = Aws::Vector<Aws::String>>
50 m_allowListIdsHasBeenSet =
true;
51 m_allowListIds = std::forward<AllowListIdsT>(value);
53 template <
typename AllowListIdsT = Aws::Vector<Aws::String>>
58 template <
typename AllowListIdsT = Aws::String>
60 m_allowListIdsHasBeenSet =
true;
61 m_allowListIds.emplace_back(std::forward<AllowListIdsT>(value));
73 template <
typename CustomDataIdentifierIdsT = Aws::Vector<Aws::String>>
75 m_customDataIdentifierIdsHasBeenSet =
true;
76 m_customDataIdentifierIds = std::forward<CustomDataIdentifierIdsT>(value);
78 template <
typename CustomDataIdentifierIdsT = Aws::Vector<Aws::String>>
83 template <
typename CustomDataIdentifierIdsT = Aws::String>
85 m_customDataIdentifierIdsHasBeenSet =
true;
86 m_customDataIdentifierIds.emplace_back(std::forward<CustomDataIdentifierIdsT>(value));
102 template <
typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
104 m_managedDataIdentifierIdsHasBeenSet =
true;
105 m_managedDataIdentifierIds = std::forward<ManagedDataIdentifierIdsT>(value);
107 template <
typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
112 template <
typename ManagedDataIdentifierIdsT = Aws::String>
114 m_managedDataIdentifierIdsHasBeenSet =
true;
115 m_managedDataIdentifierIds.emplace_back(std::forward<ManagedDataIdentifierIdsT>(value));
125 bool m_allowListIdsHasBeenSet =
false;
126 bool m_customDataIdentifierIdsHasBeenSet =
false;
127 bool m_managedDataIdentifierIdsHasBeenSet =
false;
SensitivityInspectionTemplateIncludes & AddManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateIncludes & WithCustomDataIdentifierIds(CustomDataIdentifierIdsT &&value)
bool CustomDataIdentifierIdsHasBeenSet() const
void SetManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateIncludes & AddAllowListIds(AllowListIdsT &&value)
const Aws::Vector< Aws::String > & GetCustomDataIdentifierIds() const
SensitivityInspectionTemplateIncludes & AddCustomDataIdentifierIds(CustomDataIdentifierIdsT &&value)
void SetCustomDataIdentifierIds(CustomDataIdentifierIdsT &&value)
const Aws::Vector< Aws::String > & GetManagedDataIdentifierIds() const
bool AllowListIdsHasBeenSet() const
AWS_MACIE2_API SensitivityInspectionTemplateIncludes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API SensitivityInspectionTemplateIncludes(Aws::Utils::Json::JsonView jsonValue)
void SetAllowListIds(AllowListIdsT &&value)
const Aws::Vector< Aws::String > & GetAllowListIds() const
AWS_MACIE2_API SensitivityInspectionTemplateIncludes()=default
bool ManagedDataIdentifierIdsHasBeenSet() const
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