7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename DomainIdT = Aws::String>
44 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
45 template<
typename DomainIdT = Aws::String>
55 template<
typename UserProfileNameT = Aws::String>
56 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
57 template<
typename UserProfileNameT = Aws::String>
63 bool m_domainIdHasBeenSet =
false;
66 bool m_userProfileNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetDomainId() const
AWS_SAGEMAKER_API DescribeUserProfileRequest()=default
DescribeUserProfileRequest & WithUserProfileName(UserProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDomainId(DomainIdT &&value)
void SetUserProfileName(UserProfileNameT &&value)
bool DomainIdHasBeenSet() const
const Aws::String & GetUserProfileName() const
DescribeUserProfileRequest & WithDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool UserProfileNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String