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 ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename OccurrencesT = Occurrences>
97 m_occurrencesHasBeenSet =
true;
98 m_occurrences = std::forward<OccurrencesT>(value);
100 template <
typename OccurrencesT = Occurrences>
107 long long m_count{0};
113 Occurrences m_occurrences;
114 bool m_countHasBeenSet =
false;
115 bool m_arnHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_occurrencesHasBeenSet =
false;
const Occurrences & GetOccurrences() const
long long GetCount() const
CustomDataIdentifiersDetections & WithArn(ArnT &&value)
void SetOccurrences(OccurrencesT &&value)
const Aws::String & GetName() const
bool CountHasBeenSet() const
void SetArn(ArnT &&value)
CustomDataIdentifiersDetections & WithName(NameT &&value)
AWS_SECURITYHUB_API CustomDataIdentifiersDetections()=default
CustomDataIdentifiersDetections & WithCount(long long value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API CustomDataIdentifiersDetections(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AWS_SECURITYHUB_API CustomDataIdentifiersDetections & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomDataIdentifiersDetections & WithOccurrences(OccurrencesT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCount(long long value)
bool OccurrencesHasBeenSet() const
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue