7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/UserProfileStatus.h>
11#include <aws/datazone/model/UserProfileType.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
59 m_statusHasBeenSet =
true;
75 m_typeHasBeenSet =
true;
90 template <
typename UserIdentifierT = Aws::String>
92 m_userIdentifierHasBeenSet =
true;
93 m_userIdentifier = std::forward<UserIdentifierT>(value);
95 template <
typename UserIdentifierT = Aws::String>
103 bool m_domainIdentifierHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
109 bool m_typeHasBeenSet =
false;
112 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