7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/Occurrences.h>
46 inline long long GetCount()
const {
return m_count; }
48 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
59 template<
typename TypeT = Aws::String>
60 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
61 template<
typename TypeT = Aws::String>
71 template<
typename OccurrencesT = Occurrences>
72 void SetOccurrences(OccurrencesT&& value) { m_occurrencesHasBeenSet =
true; m_occurrences = std::forward<OccurrencesT>(value); }
73 template<
typename OccurrencesT = Occurrences>
79 bool m_countHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
84 Occurrences m_occurrences;
85 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