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; }
60 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
61 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
75 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
95 bool m_countHasBeenSet =
false;
98 bool m_arnHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
104 bool m_occurrencesHasBeenSet =
false;
const Occurrences & GetOccurrences() const
long long GetCount() const
void SetArn(const Aws::String &value)
CustomDataIdentifiersDetections & WithArn(Aws::String &&value)
void SetOccurrences(Occurrences &&value)
CustomDataIdentifiersDetections & WithArn(const char *value)
CustomDataIdentifiersDetections & WithOccurrences(const Occurrences &value)
CustomDataIdentifiersDetections & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
AWS_SECURITYHUB_API CustomDataIdentifiersDetections()
const Aws::String & GetName() const
void SetName(const char *value)
bool CountHasBeenSet() const
CustomDataIdentifiersDetections & WithCount(long long value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API CustomDataIdentifiersDetections(Aws::Utils::Json::JsonView jsonValue)
void SetOccurrences(const Occurrences &value)
bool ArnHasBeenSet() const
AWS_SECURITYHUB_API CustomDataIdentifiersDetections & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
CustomDataIdentifiersDetections & WithArn(const Aws::String &value)
CustomDataIdentifiersDetections & WithName(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
CustomDataIdentifiersDetections & WithName(Aws::String &&value)
void SetCount(long long value)
void SetArn(Aws::String &&value)
void SetArn(const char *value)
bool OccurrencesHasBeenSet() const
const Aws::String & GetArn() const
CustomDataIdentifiersDetections & WithOccurrences(Occurrences &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue