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/UserProfileType.h>
49 template<
typename DomainIdentifierT = Aws::String>
50 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
51 template<
typename DomainIdentifierT = Aws::String>
71 template<
typename UserIdentifierT = Aws::String>
72 void SetUserIdentifier(UserIdentifierT&& value) { m_userIdentifierHasBeenSet =
true; m_userIdentifier = std::forward<UserIdentifierT>(value); }
73 template<
typename UserIdentifierT = Aws::String>
79 bool m_domainIdentifierHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
85 bool m_userIdentifierHasBeenSet =
false;
const Aws::String & GetUserIdentifier() const
UserProfileType GetType() const
void SetType(UserProfileType value)
AWS_DATAZONE_API GetUserProfileRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetUserIdentifier(UserIdentifierT &&value)
bool UserIdentifierHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetUserProfileRequest & WithUserIdentifier(UserIdentifierT &&value)
bool TypeHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
GetUserProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
GetUserProfileRequest & WithType(UserProfileType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String