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/UserType.h>
12#include <aws/core/utils/UUID.h>
44 template<
typename ClientTokenT = Aws::String>
45 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
46 template<
typename ClientTokenT = Aws::String>
57 template<
typename DomainIdentifierT = Aws::String>
58 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
59 template<
typename DomainIdentifierT = Aws::String>
69 template<
typename UserIdentifierT = Aws::String>
70 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
71 template<
typename UserIdentifierT = Aws::String>
87 bool m_clientTokenHasBeenSet =
true;
90 bool m_domainIdentifierHasBeenSet =
false;
93 bool m_userIdentifierHasBeenSet =
false;
96 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