7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/DataIdentifierType.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
75 bool m_idHasBeenSet =
false;
78 bool m_typeHasBeenSet =
false;
SuppressDataIdentifier & WithId(Aws::String &&value)
const Aws::String & GetId() const
const DataIdentifierType & GetType() const
SuppressDataIdentifier & WithId(const char *value)
SuppressDataIdentifier & WithType(DataIdentifierType &&value)
void SetId(Aws::String &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(DataIdentifierType &&value)
SuppressDataIdentifier & WithId(const Aws::String &value)
void SetId(const char *value)
void SetType(const DataIdentifierType &value)
void SetId(const Aws::String &value)
bool IdHasBeenSet() const
SuppressDataIdentifier & WithType(const DataIdentifierType &value)
AWS_MACIE2_API SuppressDataIdentifier(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_MACIE2_API SuppressDataIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API SuppressDataIdentifier()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue