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>
44 template<
typename DomainIdT = Aws::String>
45 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
46 template<
typename DomainIdT = Aws::String>
56 template<
typename UserProfileNameT = Aws::String>
57 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
58 template<
typename UserProfileNameT = Aws::String>
68 template<
typename UserSettingsT = UserSettings>
69 void SetUserSettings(UserSettingsT&& value) { m_userSettingsHasBeenSet =
true; m_userSettings = std::forward<UserSettingsT>(value); }
70 template<
typename UserSettingsT = UserSettings>
76 bool m_domainIdHasBeenSet =
false;
79 bool m_userProfileNameHasBeenSet =
false;
82 bool m_userSettingsHasBeenSet =
false;
UpdateUserProfileRequest & WithDomainId(DomainIdT &&value)
void SetUserSettings(UserSettingsT &&value)
bool UserProfileNameHasBeenSet() const
void SetUserProfileName(UserProfileNameT &&value)
UpdateUserProfileRequest & WithUserSettings(UserSettingsT &&value)
const Aws::String & GetUserProfileName() const
const UserSettings & GetUserSettings() const
AWS_SAGEMAKER_API UpdateUserProfileRequest()=default
bool DomainIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainId() const
UpdateUserProfileRequest & WithUserProfileName(UserProfileNameT &&value)
bool UserSettingsHasBeenSet() const
void SetDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String