7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/DataIdentifierType.h>
54 template<
typename ArnT = Aws::String>
55 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
56 template<
typename ArnT = Aws::String>
64 inline long long GetCount()
const {
return m_count; }
66 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
80 template<
typename IdT = Aws::String>
81 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
82 template<
typename IdT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
108 inline void SetSuppressed(
bool value) { m_suppressedHasBeenSet =
true; m_suppressed = value; }
126 bool m_arnHasBeenSet =
false;
128 long long m_count{0};
129 bool m_countHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
137 bool m_suppressed{
false};
138 bool m_suppressedHasBeenSet =
false;
141 bool m_typeHasBeenSet =
false;
Detection & WithCount(long long value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
Detection & WithType(DataIdentifierType value)
AWS_MACIE2_API Detection & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
void SetSuppressed(bool value)
void SetArn(ArnT &&value)
void SetCount(long long value)
Detection & WithName(NameT &&value)
const Aws::String & GetId() const
void SetType(DataIdentifierType value)
Detection & WithSuppressed(bool value)
DataIdentifierType GetType() const
long long GetCount() const
AWS_MACIE2_API Detection(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
bool CountHasBeenSet() const
Detection & WithId(IdT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetArn() const
bool NameHasBeenSet() const
Detection & WithArn(ArnT &&value)
bool GetSuppressed() const
bool SuppressedHasBeenSet() const
AWS_MACIE2_API Detection()=default
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue