7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/SensitiveDataItemCategory.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename IdT = Aws::String>
70 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
71 template<
typename IdT = Aws::String>
77 bool m_categoryHasBeenSet =
false;
80 bool m_idHasBeenSet =
false;
ManagedDataIdentifierSummary & WithId(IdT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API ManagedDataIdentifierSummary()=default
void SetCategory(SensitiveDataItemCategory value)
ManagedDataIdentifierSummary & WithCategory(SensitiveDataItemCategory value)
const Aws::String & GetId() const
bool CategoryHasBeenSet() const
SensitiveDataItemCategory GetCategory() const
AWS_MACIE2_API ManagedDataIdentifierSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_MACIE2_API ManagedDataIdentifierSummary(Aws::Utils::Json::JsonView jsonValue)
SensitiveDataItemCategory
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue