7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/model/CustomDetection.h>
50 template<
typename DetectionsT = Aws::Vector<CustomDetection>>
51 void SetDetections(DetectionsT&& value) { m_detectionsHasBeenSet =
true; m_detections = std::forward<DetectionsT>(value); }
52 template<
typename DetectionsT = Aws::Vector<CustomDetection>>
54 template<
typename DetectionsT = CustomDetection>
65 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
71 bool m_detectionsHasBeenSet =
false;
73 long long m_totalCount{0};
74 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