7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/model/SensitiveDataDetections.h>
51 template<
typename CategoryT = Aws::String>
52 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
53 template<
typename CategoryT = Aws::String>
63 template<
typename DetectionsT = Aws::Vector<SensitiveDataDetections>>
64 void SetDetections(DetectionsT&& value) { m_detectionsHasBeenSet =
true; m_detections = std::forward<DetectionsT>(value); }
65 template<
typename DetectionsT = Aws::Vector<SensitiveDataDetections>>
67 template<
typename DetectionsT = SensitiveDataDetections>
77 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
83 bool m_categoryHasBeenSet =
false;
86 bool m_detectionsHasBeenSet =
false;
88 long long m_totalCount{0};
89 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