7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/Occurrences.h>
40 inline long long GetCount()
const {
return m_count; }
43 m_countHasBeenSet =
true;
59 template <
typename TypeT = Aws::String>
61 m_typeHasBeenSet =
true;
62 m_type = std::forward<TypeT>(value);
64 template <
typename TypeT = Aws::String>
66 SetType(std::forward<TypeT>(value));
77 template <
typename OccurrencesT = Occurrences>
79 m_occurrencesHasBeenSet =
true;
80 m_occurrences = std::forward<OccurrencesT>(value);
82 template <
typename OccurrencesT = Occurrences>
93 Occurrences m_occurrences;
94 bool m_countHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
96 bool m_occurrencesHasBeenSet =
false;
bool CountHasBeenSet() const
const Occurrences & GetOccurrences() const
long long GetCount() const
SensitiveDataDetections & WithOccurrences(OccurrencesT &&value)
const Aws::String & GetType() const
SensitiveDataDetections & WithType(TypeT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(TypeT &&value)
void SetOccurrences(OccurrencesT &&value)
void SetCount(long long value)
AWS_SECURITYHUB_API SensitiveDataDetections(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_SECURITYHUB_API SensitiveDataDetections()=default
SensitiveDataDetections & WithCount(long long value)
AWS_SECURITYHUB_API SensitiveDataDetections & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OccurrencesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue