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>
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>>
58 template<
typename AllowListIdsT = Aws::String>
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>>
73 template<
typename CustomDataIdentifierIdsT = Aws::String>
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>>
92 template<
typename ManagedDataIdentifierIdsT = Aws::String>
98 bool m_allowListIdsHasBeenSet =
false;
101 bool m_customDataIdentifierIdsHasBeenSet =
false;
104 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