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>
44 template<
typename DomainIdentifierT = Aws::String>
45 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
46 template<
typename DomainIdentifierT = Aws::String>
76 template<
typename UserIdentifierT = Aws::String>
77 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
78 template<
typename UserIdentifierT = Aws::String>
84 bool m_domainIdentifierHasBeenSet =
false;
87 bool m_statusHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
93 bool m_userIdentifierHasBeenSet =
false;
bool TypeHasBeenSet() const
UpdateUserProfileRequest & WithUserIdentifier(UserIdentifierT &&value)
UpdateUserProfileRequest & WithType(UserProfileType value)
const Aws::String & GetDomainIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
UpdateUserProfileRequest & WithStatus(UserProfileStatus value)
UserProfileType GetType() const
void SetStatus(UserProfileStatus value)
const Aws::String & GetUserIdentifier() const
bool DomainIdentifierHasBeenSet() const
void SetUserIdentifier(UserIdentifierT &&value)
UserProfileStatus GetStatus() const
UpdateUserProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetType(UserProfileType value)
bool StatusHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
AWS_DATAZONE_API UpdateUserProfileRequest()=default
bool UserIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String