7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/CustomDetection.h>
44 template <
typename DetectionsT = Aws::Vector<CustomDetection>>
46 m_detectionsHasBeenSet =
true;
47 m_detections = std::forward<DetectionsT>(value);
49 template <
typename DetectionsT = Aws::Vector<CustomDetection>>
54 template <
typename DetectionsT = CustomDetection>
56 m_detectionsHasBeenSet =
true;
57 m_detections.emplace_back(std::forward<DetectionsT>(value));
70 m_totalCountHasBeenSet =
true;
81 long long m_totalCount{0};
82 bool m_detectionsHasBeenSet =
false;
83 bool m_totalCountHasBeenSet =
false;
void SetDetections(DetectionsT &&value)
bool TotalCountHasBeenSet() const
AWS_MACIE2_API CustomDataIdentifiers()=default
bool DetectionsHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API CustomDataIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomDataIdentifiers & AddDetections(DetectionsT &&value)
long long GetTotalCount() const
AWS_MACIE2_API CustomDataIdentifiers(Aws::Utils::Json::JsonView jsonValue)
CustomDataIdentifiers & WithTotalCount(long long value)
void SetTotalCount(long long value)
const Aws::Vector< CustomDetection > & GetDetections() const
CustomDataIdentifiers & WithDetections(DetectionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue