7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
75 bool m_idHasBeenSet =
false;
76 bool m_nameHasBeenSet =
false;
AWS_MACIE2_API ClassificationScopeSummary()=default
const Aws::String & GetId() const
ClassificationScopeSummary & WithId(IdT &&value)
const Aws::String & GetName() const
AWS_MACIE2_API ClassificationScopeSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
ClassificationScopeSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
bool IdHasBeenSet() const
AWS_MACIE2_API ClassificationScopeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue