7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/UserProfileStatus.h>
11#include <aws/datazone/model/UserProfileType.h>
46 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
84 inline void SetUserIdentifier(
const char* value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier.assign(value); }
92 bool m_domainIdentifierHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
98 bool m_typeHasBeenSet =
false;
101 bool m_userIdentifierHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetType(UserProfileType &&value)
UpdateUserProfileRequest & WithDomainIdentifier(const Aws::String &value)
void SetDomainIdentifier(Aws::String &&value)
const Aws::String & GetDomainIdentifier() const
void SetStatus(UserProfileStatus &&value)
UpdateUserProfileRequest & WithUserIdentifier(Aws::String &&value)
UpdateUserProfileRequest & WithUserIdentifier(const Aws::String &value)
UpdateUserProfileRequest & WithStatus(UserProfileStatus &&value)
const Aws::String & GetUserIdentifier() const
void SetType(const UserProfileType &value)
bool DomainIdentifierHasBeenSet() const
UpdateUserProfileRequest & WithType(const UserProfileType &value)
UpdateUserProfileRequest & WithDomainIdentifier(Aws::String &&value)
AWS_DATAZONE_API UpdateUserProfileRequest()
UpdateUserProfileRequest & WithDomainIdentifier(const char *value)
const UserProfileStatus & GetStatus() const
UpdateUserProfileRequest & WithType(UserProfileType &&value)
void SetDomainIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetUserIdentifier(const Aws::String &value)
void SetStatus(const UserProfileStatus &value)
void SetDomainIdentifier(const char *value)
UpdateUserProfileRequest & WithStatus(const UserProfileStatus &value)
bool StatusHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetUserIdentifier(Aws::String &&value)
UpdateUserProfileRequest & WithUserIdentifier(const char *value)
void SetUserIdentifier(const char *value)
const UserProfileType & GetType() const
bool UserIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String