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>
53 inline void SetCategory(
const char* value) { m_categoryHasBeenSet =
true; m_category.assign(value); }
79 inline void SetTotalCount(
long long value) { m_totalCountHasBeenSet =
true; m_totalCount = value; }
85 bool m_categoryHasBeenSet =
false;
88 bool m_detectionsHasBeenSet =
false;
90 long long m_totalCount;
91 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
long long GetTotalCount() const
SensitiveDataResult & AddDetections(SensitiveDataDetections &&value)
bool DetectionsHasBeenSet() const
AWS_SECURITYHUB_API SensitiveDataResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCategory(Aws::String &&value)
bool CategoryHasBeenSet() const
const Aws::String & GetCategory() const
void SetCategory(const Aws::String &value)
AWS_SECURITYHUB_API SensitiveDataResult()
void SetCategory(const char *value)
void SetDetections(Aws::Vector< SensitiveDataDetections > &&value)
SensitiveDataResult & WithDetections(const Aws::Vector< SensitiveDataDetections > &value)
SensitiveDataResult & WithTotalCount(long long value)
const Aws::Vector< SensitiveDataDetections > & GetDetections() const
SensitiveDataResult & WithCategory(Aws::String &&value)
SensitiveDataResult & WithDetections(Aws::Vector< SensitiveDataDetections > &&value)
SensitiveDataResult & AddDetections(const SensitiveDataDetections &value)
SensitiveDataResult & WithCategory(const Aws::String &value)
SensitiveDataResult & WithCategory(const char *value)
bool TotalCountHasBeenSet() const
void SetDetections(const Aws::Vector< SensitiveDataDetections > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue