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 ArnT = Aws::String>
60 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
61 template<
typename ArnT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename OccurrencesT = Occurrences>
84 void SetOccurrences(OccurrencesT&& value) { m_occurrencesHasBeenSet =
true; m_occurrences = std::forward<OccurrencesT>(value); }
85 template<
typename OccurrencesT = Occurrences>
91 bool m_countHasBeenSet =
false;
94 bool m_arnHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
99 Occurrences m_occurrences;
100 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