7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
59 inline void SetUserProfileName(
const char* value) { m_userProfileNameHasBeenSet =
true; m_userProfileName.assign(value); }
67 bool m_domainIdHasBeenSet =
false;
70 bool m_userProfileNameHasBeenSet =
false;
void SetUserProfileName(Aws::String &&value)
void SetUserProfileName(const Aws::String &value)
DescribeUserProfileRequest & WithUserProfileName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetDomainId() const
DescribeUserProfileRequest & WithUserProfileName(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API DescribeUserProfileRequest()
void SetDomainId(const char *value)
DescribeUserProfileRequest & WithDomainId(Aws::String &&value)
void SetDomainId(Aws::String &&value)
bool DomainIdHasBeenSet() const
DescribeUserProfileRequest & WithDomainId(const char *value)
const Aws::String & GetUserProfileName() const
void SetDomainId(const Aws::String &value)
DescribeUserProfileRequest & WithUserProfileName(Aws::String &&value)
void SetUserProfileName(const char *value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeUserProfileRequest & WithDomainId(const Aws::String &value)
bool UserProfileNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String