7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/IamIdentity.h>
42 template <
typename UserProfileArnT = Aws::String>
44 m_userProfileArnHasBeenSet =
true;
45 m_userProfileArn = std::forward<UserProfileArnT>(value);
47 template <
typename UserProfileArnT = 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>
78 template <
typename DomainIdT = Aws::String>
80 m_domainIdHasBeenSet =
true;
81 m_domainId = std::forward<DomainIdT>(value);
83 template <
typename DomainIdT = Aws::String>
98 template <
typename IamIdentityT = IamIdentity>
100 m_iamIdentityHasBeenSet =
true;
101 m_iamIdentity = std::forward<IamIdentityT>(value);
103 template <
typename IamIdentityT = IamIdentity>
117 bool m_userProfileArnHasBeenSet =
false;
118 bool m_userProfileNameHasBeenSet =
false;
119 bool m_domainIdHasBeenSet =
false;
120 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