7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/IamIdentity.h>
51 inline void SetUserProfileArn(
const char* value) { m_userProfileArnHasBeenSet =
true; m_userProfileArn.assign(value); }
65 inline void SetUserProfileName(
const char* value) { m_userProfileNameHasBeenSet =
true; m_userProfileName.assign(value); }
79 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
101 bool m_userProfileArnHasBeenSet =
false;
104 bool m_userProfileNameHasBeenSet =
false;
107 bool m_domainIdHasBeenSet =
false;
110 bool m_iamIdentityHasBeenSet =
false;
void SetUserProfileName(const char *value)
UserContext & WithUserProfileArn(Aws::String &&value)
const IamIdentity & GetIamIdentity() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
UserContext & WithUserProfileName(const char *value)
AWS_SAGEMAKER_API UserContext & operator=(Aws::Utils::Json::JsonView jsonValue)
UserContext & WithDomainId(const Aws::String &value)
const Aws::String & GetDomainId() const
UserContext & WithIamIdentity(IamIdentity &&value)
void SetUserProfileArn(Aws::String &&value)
UserContext & WithUserProfileArn(const Aws::String &value)
const Aws::String & GetUserProfileName() const
UserContext & WithUserProfileName(Aws::String &&value)
const Aws::String & GetUserProfileArn() const
UserContext & WithDomainId(Aws::String &&value)
void SetDomainId(const Aws::String &value)
AWS_SAGEMAKER_API UserContext(Aws::Utils::Json::JsonView jsonValue)
UserContext & WithDomainId(const char *value)
bool IamIdentityHasBeenSet() const
AWS_SAGEMAKER_API UserContext()
void SetIamIdentity(IamIdentity &&value)
void SetIamIdentity(const IamIdentity &value)
UserContext & WithUserProfileArn(const char *value)
void SetUserProfileName(const Aws::String &value)
bool UserProfileArnHasBeenSet() const
bool UserProfileNameHasBeenSet() const
bool DomainIdHasBeenSet() const
UserContext & WithUserProfileName(const Aws::String &value)
void SetUserProfileArn(const char *value)
void SetUserProfileName(Aws::String &&value)
void SetDomainId(const char *value)
UserContext & WithIamIdentity(const IamIdentity &value)
void SetUserProfileArn(const Aws::String &value)
void SetDomainId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue