7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/IamIdentity.h>
48 template<
typename UserProfileArnT = Aws::String>
49 void SetUserProfileArn(UserProfileArnT&& value) { m_userProfileArnHasBeenSet =
true; m_userProfileArn = std::forward<UserProfileArnT>(value); }
50 template<
typename UserProfileArnT = Aws::String>
60 template<
typename UserProfileNameT = Aws::String>
61 void SetUserProfileName(UserProfileNameT&& value) { m_userProfileNameHasBeenSet =
true; m_userProfileName = std::forward<UserProfileNameT>(value); }
62 template<
typename UserProfileNameT = Aws::String>
72 template<
typename DomainIdT = Aws::String>
73 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
74 template<
typename DomainIdT = Aws::String>
86 template<
typename IamIdentityT = IamIdentity>
87 void SetIamIdentity(IamIdentityT&& value) { m_iamIdentityHasBeenSet =
true; m_iamIdentity = std::forward<IamIdentityT>(value); }
88 template<
typename IamIdentityT = IamIdentity>
94 bool m_userProfileArnHasBeenSet =
false;
97 bool m_userProfileNameHasBeenSet =
false;
100 bool m_domainIdHasBeenSet =
false;
103 bool m_iamIdentityHasBeenSet =
false;
void SetIamIdentity(IamIdentityT &&value)
AWS_SAGEMAKER_API UserContext()=default
const IamIdentity & GetIamIdentity() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API UserContext & operator=(Aws::Utils::Json::JsonView jsonValue)
UserContext & WithUserProfileArn(UserProfileArnT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetUserProfileName() const
void SetUserProfileArn(UserProfileArnT &&value)
const Aws::String & GetUserProfileArn() const
AWS_SAGEMAKER_API UserContext(Aws::Utils::Json::JsonView jsonValue)
bool IamIdentityHasBeenSet() const
UserContext & WithUserProfileName(UserProfileNameT &&value)
UserContext & WithDomainId(DomainIdT &&value)
void SetUserProfileName(UserProfileNameT &&value)
bool UserProfileArnHasBeenSet() const
bool UserProfileNameHasBeenSet() const
UserContext & WithIamIdentity(IamIdentityT &&value)
bool DomainIdHasBeenSet() const
void SetDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue