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>
58 template <
typename UserIdentifierT = Aws::String>
60 m_userIdentifierHasBeenSet =
true;
61 m_userIdentifier = std::forward<UserIdentifierT>(value);
63 template <
typename UserIdentifierT = Aws::String>
77 m_typeHasBeenSet =
true;
93 m_statusHasBeenSet =
true;
108 template <
typename SessionNameT = Aws::String>
110 m_sessionNameHasBeenSet =
true;
111 m_sessionName = std::forward<SessionNameT>(value);
113 template <
typename SessionNameT = Aws::String>
129 bool m_domainIdentifierHasBeenSet =
false;
130 bool m_userIdentifierHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
133 bool m_sessionNameHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::String & GetSessionName() const
void SetSessionName(SessionNameT &&value)
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
bool SessionNameHasBeenSet() 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
UpdateUserProfileRequest & WithSessionName(SessionNameT &&value)
AWS_DATAZONE_API UpdateUserProfileRequest()=default
bool UserIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String