7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 bool m_idHasBeenSet =
false;
75 bool m_nameHasBeenSet =
false;
void SetName(const Aws::String &value)
ClassificationScopeSummary & WithName(const char *value)
ClassificationScopeSummary & WithName(Aws::String &&value)
ClassificationScopeSummary & WithId(Aws::String &&value)
void SetId(const char *value)
const Aws::String & GetId() const
const Aws::String & GetName() const
AWS_MACIE2_API ClassificationScopeSummary(Aws::Utils::Json::JsonView jsonValue)
ClassificationScopeSummary & WithId(const char *value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
ClassificationScopeSummary & WithName(const Aws::String &value)
void SetName(const char *value)
bool NameHasBeenSet() const
AWS_MACIE2_API ClassificationScopeSummary()
void SetId(const Aws::String &value)
bool IdHasBeenSet() const
void SetName(Aws::String &&value)
ClassificationScopeSummary & WithId(const Aws::String &value)
void SetId(Aws::String &&value)
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