7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/UserSettings.h>
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
58 template <
typename UserProfileNameT = Aws::String>
60 m_userProfileNameHasBeenSet =
true;
61 m_userProfileName = std::forward<UserProfileNameT>(value);
63 template <
typename UserProfileNameT = Aws::String>
76 template <
typename UserSettingsT = UserSettings>
78 m_userSettingsHasBeenSet =
true;
79 m_userSettings = std::forward<UserSettingsT>(value);
81 template <
typename UserSettingsT = UserSettings>
93 bool m_domainIdHasBeenSet =
false;
94 bool m_userProfileNameHasBeenSet =
false;
95 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