7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/model/CustomDataIdentifiersDetections.h>
48 template<
typename DetectionsT = Aws::Vector<CustomDataIdentifiersDetections>>
49 void SetDetections(DetectionsT&& value) { m_detectionsHasBeenSet =
true; m_detections = std::forward<DetectionsT>(value); }
50 template<
typename DetectionsT = Aws::Vector<CustomDataIdentifiersDetections>>
52 template<
typename DetectionsT = CustomDataIdentifiersDetections>
62 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
68 bool m_detectionsHasBeenSet =
false;
70 long long m_totalCount{0};
71 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