/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains an instance of sensitive data that was detected by a
* customer-defined identifier.See Also:
AWS
* API Reference
The list of detected instances of sensitive data.
*/ inline const Aws::VectorThe list of detected instances of sensitive data.
*/ inline bool DetectionsHasBeenSet() const { return m_detectionsHasBeenSet; } /** *The list of detected instances of sensitive data.
*/ inline void SetDetections(const Aws::VectorThe list of detected instances of sensitive data.
*/ inline void SetDetections(Aws::VectorThe list of detected instances of sensitive data.
*/ inline CustomDataIdentifiersResult& WithDetections(const Aws::VectorThe list of detected instances of sensitive data.
*/ inline CustomDataIdentifiersResult& WithDetections(Aws::VectorThe list of detected instances of sensitive data.
*/ inline CustomDataIdentifiersResult& AddDetections(const CustomDataIdentifiersDetections& value) { m_detectionsHasBeenSet = true; m_detections.push_back(value); return *this; } /** *The list of detected instances of sensitive data.
*/ inline CustomDataIdentifiersResult& AddDetections(CustomDataIdentifiersDetections&& value) { m_detectionsHasBeenSet = true; m_detections.push_back(std::move(value)); return *this; } /** *The total number of occurrences of sensitive data.
*/ inline long long GetTotalCount() const{ return m_totalCount; } /** *The total number of occurrences of sensitive data.
*/ inline bool TotalCountHasBeenSet() const { return m_totalCountHasBeenSet; } /** *The total number of occurrences of sensitive data.
*/ inline void SetTotalCount(long long value) { m_totalCountHasBeenSet = true; m_totalCount = value; } /** *The total number of occurrences of sensitive data.
*/ inline CustomDataIdentifiersResult& WithTotalCount(long long value) { SetTotalCount(value); return *this;} private: Aws::Vector