7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/SensitiveDataDetections.h>
45 template <
typename CategoryT = Aws::String>
47 m_categoryHasBeenSet =
true;
48 m_category = std::forward<CategoryT>(value);
50 template <
typename CategoryT = Aws::String>
63 template <
typename DetectionsT = Aws::Vector<SensitiveDataDetections>>
65 m_detectionsHasBeenSet =
true;
66 m_detections = std::forward<DetectionsT>(value);
68 template <
typename DetectionsT = Aws::Vector<SensitiveDataDetections>>
73 template <
typename DetectionsT = SensitiveDataDetections>
75 m_detectionsHasBeenSet =
true;
76 m_detections.emplace_back(std::forward<DetectionsT>(value));
88 m_totalCountHasBeenSet =
true;
101 long long m_totalCount{0};
102 bool m_categoryHasBeenSet =
false;
103 bool m_detectionsHasBeenSet =
false;
104 bool m_totalCountHasBeenSet =
false;
void SetTotalCount(long long value)
AWS_SECURITYHUB_API SensitiveDataResult(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
SensitiveDataResult & WithDetections(DetectionsT &&value)
long long GetTotalCount() const
bool DetectionsHasBeenSet() const
AWS_SECURITYHUB_API SensitiveDataResult & operator=(Aws::Utils::Json::JsonView jsonValue)
SensitiveDataResult & WithCategory(CategoryT &&value)
void SetDetections(DetectionsT &&value)
bool CategoryHasBeenSet() const
AWS_SECURITYHUB_API SensitiveDataResult()=default
const Aws::String & GetCategory() const
void SetCategory(CategoryT &&value)
SensitiveDataResult & AddDetections(DetectionsT &&value)
SensitiveDataResult & WithTotalCount(long long value)
const Aws::Vector< SensitiveDataDetections > & GetDetections() const
bool TotalCountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue