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 ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
55 void SetManagedDataIdentifierIds(ManagedDataIdentifierIdsT&& value) { m_managedDataIdentifierIdsHasBeenSet =
true; m_managedDataIdentifierIds = std::forward<ManagedDataIdentifierIdsT>(value); }
56 template<
typename ManagedDataIdentifierIdsT = Aws::Vector<Aws::String>>
58 template<
typename ManagedDataIdentifierIdsT = Aws::String>
64 bool m_managedDataIdentifierIdsHasBeenSet =
false;
AWS_MACIE2_API SensitivityInspectionTemplateExcludes()=default
AWS_MACIE2_API SensitivityInspectionTemplateExcludes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
AWS_MACIE2_API SensitivityInspectionTemplateExcludes(Aws::Utils::Json::JsonView jsonValue)
SensitivityInspectionTemplateExcludes & AddManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
SensitivityInspectionTemplateExcludes & WithManagedDataIdentifierIds(ManagedDataIdentifierIdsT &&value)
bool ManagedDataIdentifierIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetManagedDataIdentifierIds() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue