7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/CustomDataIdentifiersDetections.h>
42 template <
typename DetectionsT = Aws::Vector<CustomDataIdentifiersDetections>>
44 m_detectionsHasBeenSet =
true;
45 m_detections = std::forward<DetectionsT>(value);
47 template <
typename DetectionsT = Aws::Vector<CustomDataIdentifiersDetections>>
52 template <
typename DetectionsT = CustomDataIdentifiersDetections>
54 m_detectionsHasBeenSet =
true;
55 m_detections.emplace_back(std::forward<DetectionsT>(value));
67 m_totalCountHasBeenSet =
true;
78 long long m_totalCount{0};
79 bool m_detectionsHasBeenSet =
false;
80 bool m_totalCountHasBeenSet =
false;
CustomDataIdentifiersResult & AddDetections(DetectionsT &&value)
void SetTotalCount(long long value)
CustomDataIdentifiersResult & WithTotalCount(long long value)
const Aws::Vector< CustomDataIdentifiersDetections > & GetDetections() const
AWS_SECURITYHUB_API CustomDataIdentifiersResult(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
CustomDataIdentifiersResult & WithDetections(DetectionsT &&value)
AWS_SECURITYHUB_API CustomDataIdentifiersResult & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetTotalCount() const
AWS_SECURITYHUB_API CustomDataIdentifiersResult()=default
void SetDetections(DetectionsT &&value)
bool TotalCountHasBeenSet() const
bool DetectionsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue