7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/DataIdentifierType.h>
48 template <
typename ArnT = Aws::String>
50 m_arnHasBeenSet =
true;
51 m_arn = std::forward<ArnT>(value);
53 template <
typename ArnT = Aws::String>
55 SetArn(std::forward<ArnT>(value));
64 inline long long GetCount()
const {
return m_count; }
67 m_countHasBeenSet =
true;
86 template <
typename IdT = Aws::String>
88 m_idHasBeenSet =
true;
89 m_id = std::forward<IdT>(value);
91 template <
typename IdT = Aws::String>
93 SetId(std::forward<IdT>(value));
106 template <
typename NameT = Aws::String>
108 m_nameHasBeenSet =
true;
109 m_name = std::forward<NameT>(value);
111 template <
typename NameT = Aws::String>
113 SetName(std::forward<NameT>(value));
127 m_suppressedHasBeenSet =
true;
128 m_suppressed = value;
145 m_typeHasBeenSet =
true;
156 long long m_count{0};
162 bool m_suppressed{
false};
165 bool m_arnHasBeenSet =
false;
166 bool m_countHasBeenSet =
false;
167 bool m_idHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
169 bool m_suppressedHasBeenSet =
false;
170 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