/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies managed data identifiers to exclude (not use) when performing
* automated sensitive data discovery for an Amazon Macie account. For information
* about the managed data identifiers that Amazon Macie currently provides, see Using
* managed data identifiers in the Amazon Macie User
* Guide.See Also:
AWS
* API Reference
An array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline const Aws::VectorAn array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline bool ManagedDataIdentifierIdsHasBeenSet() const { return m_managedDataIdentifierIdsHasBeenSet; } /** *An array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline void SetManagedDataIdentifierIds(const Aws::VectorAn array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline void SetManagedDataIdentifierIds(Aws::VectorAn array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline SensitivityInspectionTemplateExcludes& WithManagedDataIdentifierIds(const Aws::VectorAn array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline SensitivityInspectionTemplateExcludes& WithManagedDataIdentifierIds(Aws::VectorAn array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline SensitivityInspectionTemplateExcludes& AddManagedDataIdentifierIds(const Aws::String& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(value); return *this; } /** *An array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline SensitivityInspectionTemplateExcludes& AddManagedDataIdentifierIds(Aws::String&& value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(std::move(value)); return *this; } /** *An array of unique identifiers, one for each managed data identifier to * exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers * operation.
*/ inline SensitivityInspectionTemplateExcludes& AddManagedDataIdentifierIds(const char* value) { m_managedDataIdentifierIdsHasBeenSet = true; m_managedDataIdentifierIds.push_back(value); return *this; } private: Aws::Vector