7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/UserProfileDetails.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/UserProfileStatus.h>
11#include <aws/datazone/model/UserProfileType.h>
63 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
76 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
77 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
109 bool m_detailsHasBeenSet =
false;
112 bool m_domainIdHasBeenSet =
false;
115 bool m_idHasBeenSet =
false;
118 bool m_statusHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
const Aws::String & GetDomainId() const
void SetDetails(const UserProfileDetails &value)
bool TypeHasBeenSet() const
void SetType(UserProfileType &&value)
UserProfileSummary & WithId(const char *value)
void SetDomainId(const char *value)
UserProfileSummary & WithType(const UserProfileType &value)
AWS_DATAZONE_API UserProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
UserProfileSummary & WithId(Aws::String &&value)
UserProfileSummary & WithStatus(UserProfileStatus &&value)
bool DomainIdHasBeenSet() const
AWS_DATAZONE_API UserProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetId(Aws::String &&value)
bool StatusHasBeenSet() const
const UserProfileType & GetType() const
void SetDomainId(const Aws::String &value)
void SetId(const char *value)
UserProfileSummary & WithStatus(const UserProfileStatus &value)
UserProfileSummary & WithDomainId(const Aws::String &value)
UserProfileSummary & WithDetails(UserProfileDetails &&value)
bool DetailsHasBeenSet() const
UserProfileSummary & WithDomainId(const char *value)
void SetId(const Aws::String &value)
void SetType(const UserProfileType &value)
AWS_DATAZONE_API UserProfileSummary()
const UserProfileDetails & GetDetails() const
void SetDomainId(Aws::String &&value)
void SetStatus(const UserProfileStatus &value)
UserProfileSummary & WithDomainId(Aws::String &&value)
void SetStatus(UserProfileStatus &&value)
UserProfileSummary & WithId(const Aws::String &value)
void SetDetails(UserProfileDetails &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
UserProfileSummary & WithType(UserProfileType &&value)
const UserProfileStatus & GetStatus() const
const Aws::String & GetId() const
UserProfileSummary & WithDetails(const UserProfileDetails &value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue