7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
57 template <
typename UserProfileNameT = Aws::String>
59 m_userProfileNameHasBeenSet =
true;
60 m_userProfileName = std::forward<UserProfileNameT>(value);
62 template <
typename UserProfileNameT = Aws::String>
72 bool m_domainIdHasBeenSet =
false;
73 bool m_userProfileNameHasBeenSet =
false;
AWS_SAGEMAKER_API DeleteUserProfileRequest()=default
const Aws::String & GetUserProfileName() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DeleteUserProfileRequest & WithUserProfileName(UserProfileNameT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDomainId() const
DeleteUserProfileRequest & WithDomainId(DomainIdT &&value)
void SetUserProfileName(UserProfileNameT &&value)
void SetDomainId(DomainIdT &&value)
bool UserProfileNameHasBeenSet() const
bool DomainIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String