7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/UserSettings.h>
46 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
60 inline void SetUserProfileName(
const char* value) { m_userProfileNameHasBeenSet =
true; m_userProfileName.assign(value); }
80 bool m_domainIdHasBeenSet =
false;
83 bool m_userProfileNameHasBeenSet =
false;
86 bool m_userSettingsHasBeenSet =
false;
void SetUserProfileName(const char *value)
UpdateUserProfileRequest & WithDomainId(const char *value)
UpdateUserProfileRequest & WithDomainId(Aws::String &&value)
void SetUserProfileName(Aws::String &&value)
AWS_SAGEMAKER_API UpdateUserProfileRequest()
void SetDomainId(Aws::String &&value)
void SetUserProfileName(const Aws::String &value)
UpdateUserProfileRequest & WithUserProfileName(const Aws::String &value)
void SetUserSettings(const UserSettings &value)
UpdateUserProfileRequest & WithUserProfileName(const char *value)
UpdateUserProfileRequest & WithDomainId(const Aws::String &value)
bool UserProfileNameHasBeenSet() const
const Aws::String & GetUserProfileName() const
const UserSettings & GetUserSettings() const
void SetDomainId(const Aws::String &value)
bool DomainIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainId() const
UpdateUserProfileRequest & WithUserSettings(const UserSettings &value)
bool UserSettingsHasBeenSet() const
UpdateUserProfileRequest & WithUserSettings(UserSettings &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserSettings(UserSettings &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetDomainId(const char *value)
UpdateUserProfileRequest & WithUserProfileName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String