7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/SensitiveDataItemCategory.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
72 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
73 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
81 bool m_categoryHasBeenSet =
false;
84 bool m_idHasBeenSet =
false;
void SetCategory(SensitiveDataItemCategory &&value)
ManagedDataIdentifierSummary & WithId(Aws::String &&value)
ManagedDataIdentifierSummary & WithCategory(SensitiveDataItemCategory &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
void SetId(const char *value)
bool CategoryHasBeenSet() const
AWS_MACIE2_API ManagedDataIdentifierSummary()
ManagedDataIdentifierSummary & WithId(const Aws::String &value)
const SensitiveDataItemCategory & GetCategory() const
AWS_MACIE2_API ManagedDataIdentifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedDataIdentifierSummary & WithId(const char *value)
void SetCategory(const SensitiveDataItemCategory &value)
void SetId(Aws::String &&value)
void SetId(const Aws::String &value)
bool IdHasBeenSet() const
AWS_MACIE2_API ManagedDataIdentifierSummary(Aws::Utils::Json::JsonView jsonValue)
ManagedDataIdentifierSummary & WithCategory(const SensitiveDataItemCategory &value)
SensitiveDataItemCategory
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue