7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/DataIdentifierType.h>
55 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
56 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
66 inline long long GetCount()
const{
return m_count; }
68 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
83 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
84 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
100 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
113 inline void SetSuppressed(
bool value) { m_suppressedHasBeenSet =
true; m_suppressed = value; }
133 bool m_arnHasBeenSet =
false;
136 bool m_countHasBeenSet =
false;
139 bool m_idHasBeenSet =
false;
142 bool m_nameHasBeenSet =
false;
145 bool m_suppressedHasBeenSet =
false;
148 bool m_typeHasBeenSet =
false;
Detection & WithArn(const char *value)
Detection & WithCount(long long value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const Aws::String &value)
Detection & WithId(Aws::String &&value)
void SetArn(const Aws::String &value)
Detection & WithId(const Aws::String &value)
AWS_MACIE2_API Detection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetSuppressed(bool value)
const DataIdentifierType & GetType() const
void SetArn(const char *value)
Detection & WithName(Aws::String &&value)
void SetCount(long long value)
AWS_MACIE2_API Detection()
void SetType(DataIdentifierType &&value)
Detection & WithType(DataIdentifierType &&value)
const Aws::String & GetId() const
Detection & WithSuppressed(bool value)
void SetName(const char *value)
void SetType(const DataIdentifierType &value)
Detection & WithArn(Aws::String &&value)
void SetName(Aws::String &&value)
void SetArn(Aws::String &&value)
Detection & WithType(const DataIdentifierType &value)
long long GetCount() const
AWS_MACIE2_API Detection(Aws::Utils::Json::JsonView jsonValue)
Detection & WithId(const char *value)
Detection & WithName(const Aws::String &value)
Detection & WithName(const char *value)
bool IdHasBeenSet() const
Detection & WithArn(const Aws::String &value)
bool CountHasBeenSet() const
void SetId(const char *value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
bool NameHasBeenSet() const
bool GetSuppressed() const
void SetId(Aws::String &&value)
bool SuppressedHasBeenSet() const
void SetId(const Aws::String &value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue