7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/model/CustomDetection.h>
65 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
71 bool m_detectionsHasBeenSet =
false;
73 long long m_totalCount;
74 bool m_totalCountHasBeenSet =
false;
CustomDataIdentifiers & WithDetections(Aws::Vector< CustomDetection > &&value)
CustomDataIdentifiers & AddDetections(const CustomDetection &value)
CustomDataIdentifiers & WithDetections(const Aws::Vector< CustomDetection > &value)
bool TotalCountHasBeenSet() const
bool DetectionsHasBeenSet() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API CustomDataIdentifiers()
AWS_MACIE2_API CustomDataIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDetections(const Aws::Vector< CustomDetection > &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
void SetDetections(Aws::Vector< CustomDetection > &&value)
CustomDataIdentifiers & AddDetections(CustomDetection &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue