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/UserProfileType.h>
44 template <
typename DomainIdentifierT = Aws::String>
46 m_domainIdentifierHasBeenSet =
true;
47 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
49 template <
typename DomainIdentifierT = Aws::String>
62 template <
typename UserIdentifierT = Aws::String>
64 m_userIdentifierHasBeenSet =
true;
65 m_userIdentifier = std::forward<UserIdentifierT>(value);
67 template <
typename UserIdentifierT = Aws::String>
81 m_typeHasBeenSet =
true;
95 bool m_domainIdentifierHasBeenSet =
false;
96 bool m_userIdentifierHasBeenSet =
false;
97 bool m_typeHasBeenSet =
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