7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/model/CustomDataIdentifiersDetections.h>
62 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
68 bool m_detectionsHasBeenSet =
false;
70 long long m_totalCount;
71 bool m_totalCountHasBeenSet =
false;
void SetDetections(Aws::Vector< CustomDataIdentifiersDetections > &&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(Aws::Vector< CustomDataIdentifiersDetections > &&value)
AWS_SECURITYHUB_API CustomDataIdentifiersResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API CustomDataIdentifiersResult()
long long GetTotalCount() const
bool TotalCountHasBeenSet() const
CustomDataIdentifiersResult & AddDetections(CustomDataIdentifiersDetections &&value)
void SetDetections(const Aws::Vector< CustomDataIdentifiersDetections > &value)
bool DetectionsHasBeenSet() const
CustomDataIdentifiersResult & WithDetections(const Aws::Vector< CustomDataIdentifiersDetections > &value)
CustomDataIdentifiersResult & AddDetections(const CustomDataIdentifiersDetections &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue