7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/SensitiveDataItemCategory.h>
51 m_categoryHasBeenSet =
true;
69 template <
typename IdT = Aws::String>
71 m_idHasBeenSet =
true;
72 m_id = std::forward<IdT>(value);
74 template <
typename IdT = Aws::String>
76 SetId(std::forward<IdT>(value));
84 bool m_categoryHasBeenSet =
false;
85 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