7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/UserType.h>
40 template <
typename ClientTokenT = Aws::String>
42 m_clientTokenHasBeenSet =
true;
43 m_clientToken = std::forward<ClientTokenT>(value);
45 template <
typename ClientTokenT = Aws::String>
59 template <
typename DomainIdentifierT = Aws::String>
61 m_domainIdentifierHasBeenSet =
true;
62 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
64 template <
typename DomainIdentifierT = Aws::String>
77 template <
typename UserIdentifierT = Aws::String>
79 m_userIdentifierHasBeenSet =
true;
80 m_userIdentifier = std::forward<UserIdentifierT>(value);
82 template <
typename UserIdentifierT = Aws::String>
96 m_userTypeHasBeenSet =
true;
106 bool m_clientTokenHasBeenSet =
true;
109 bool m_domainIdentifierHasBeenSet =
false;
112 bool m_userIdentifierHasBeenSet =
false;
115 bool m_userTypeHasBeenSet =
false;
bool DomainIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
bool UserIdentifierHasBeenSet() const
CreateUserProfileRequest & WithUserType(UserType value)
void SetUserIdentifier(UserIdentifierT &&value)
bool UserTypeHasBeenSet() const
CreateUserProfileRequest & WithClientToken(ClientTokenT &&value)
CreateUserProfileRequest & WithUserIdentifier(UserIdentifierT &&value)
void SetUserType(UserType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
const Aws::String & GetUserIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API CreateUserProfileRequest()=default
bool ClientTokenHasBeenSet() const
UserType GetUserType() const
CreateUserProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String