7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/Tag.h>
12#include <aws/sagemaker/model/UserSettings.h>
42 template <
typename DomainIdT = Aws::String>
44 m_domainIdHasBeenSet =
true;
45 m_domainId = std::forward<DomainIdT>(value);
47 template <
typename DomainIdT = Aws::String>
60 template <
typename UserProfileNameT = Aws::String>
62 m_userProfileNameHasBeenSet =
true;
63 m_userProfileName = std::forward<UserProfileNameT>(value);
65 template <
typename UserProfileNameT = Aws::String>
81 template <
typename SingleSignOnUserIdentifierT = Aws::String>
83 m_singleSignOnUserIdentifierHasBeenSet =
true;
84 m_singleSignOnUserIdentifier = std::forward<SingleSignOnUserIdentifierT>(value);
86 template <
typename SingleSignOnUserIdentifierT = Aws::String>
103 template <
typename SingleSignOnUserValueT = Aws::String>
105 m_singleSignOnUserValueHasBeenSet =
true;
106 m_singleSignOnUserValue = std::forward<SingleSignOnUserValueT>(value);
108 template <
typename SingleSignOnUserValueT = Aws::String>
123 template <
typename TagsT = Aws::Vector<Tag>>
125 m_tagsHasBeenSet =
true;
126 m_tags = std::forward<TagsT>(value);
128 template <
typename TagsT = Aws::Vector<Tag>>
130 SetTags(std::forward<TagsT>(value));
133 template <
typename TagsT = Tag>
135 m_tagsHasBeenSet =
true;
136 m_tags.emplace_back(std::forward<TagsT>(value));
147 template <
typename UserSettingsT = UserSettings>
149 m_userSettingsHasBeenSet =
true;
150 m_userSettings = std::forward<UserSettingsT>(value);
152 template <
typename UserSettingsT = UserSettings>
170 bool m_domainIdHasBeenSet =
false;
171 bool m_userProfileNameHasBeenSet =
false;
172 bool m_singleSignOnUserIdentifierHasBeenSet =
false;
173 bool m_singleSignOnUserValueHasBeenSet =
false;
174 bool m_tagsHasBeenSet =
false;
175 bool m_userSettingsHasBeenSet =
false;
const Aws::String & GetUserProfileName() const
void SetTags(TagsT &&value)
void SetSingleSignOnUserValue(SingleSignOnUserValueT &&value)
const UserSettings & GetUserSettings() const
bool UserSettingsHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetUserSettings(UserSettingsT &&value)
bool SingleSignOnUserValueHasBeenSet() const
bool SingleSignOnUserIdentifierHasBeenSet() const
bool DomainIdHasBeenSet() const
void SetUserProfileName(UserProfileNameT &&value)
const Aws::String & GetSingleSignOnUserIdentifier() const
bool TagsHasBeenSet() const
const Aws::String & GetDomainId() const
bool UserProfileNameHasBeenSet() const
AWS_SAGEMAKER_API CreateUserProfileRequest()=default
CreateUserProfileRequest & WithUserProfileName(UserProfileNameT &&value)
void SetSingleSignOnUserIdentifier(SingleSignOnUserIdentifierT &&value)
CreateUserProfileRequest & WithDomainId(DomainIdT &&value)
CreateUserProfileRequest & WithUserSettings(UserSettingsT &&value)
CreateUserProfileRequest & WithTags(TagsT &&value)
CreateUserProfileRequest & WithSingleSignOnUserIdentifier(SingleSignOnUserIdentifierT &&value)
const Aws::String & GetSingleSignOnUserValue() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateUserProfileRequest & WithSingleSignOnUserValue(SingleSignOnUserValueT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateUserProfileRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector