62 inline void SetIamUserArn(
const char* value) { m_iamUserArnHasBeenSet =
true; m_iamUserArn.assign(value); }
97 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
132 inline void SetSshUsername(
const char* value) { m_sshUsernameHasBeenSet =
true; m_sshUsername.assign(value); }
167 inline void SetSshPublicKey(
const char* value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey.assign(value); }
186 bool m_iamUserArnHasBeenSet;
188 bool m_nameHasBeenSet;
190 bool m_sshUsernameHasBeenSet;
192 bool m_sshPublicKeyHasBeenSet;
void SetName(Aws::String &&value)
SelfUserProfile & WithSshUsername(const char *value)
const Aws::String & GetSshUsername() const
void SetSshPublicKey(const Aws::String &value)
SelfUserProfile & WithSshUsername(const Aws::String &value)
const Aws::String & GetName() const
const Aws::String & GetIamUserArn() const
SelfUserProfile & WithIamUserArn(const Aws::String &value)
void SetSshUsername(const Aws::String &value)
SelfUserProfile & WithIamUserArn(Aws::String &&value)
SelfUserProfile & WithSshUsername(Aws::String &&value)
SelfUserProfile & WithName(Aws::String &&value)
SelfUserProfile & WithSshPublicKey(const char *value)
void SetIamUserArn(Aws::String &&value)
void SetSshPublicKey(Aws::String &&value)
void SetName(const Aws::String &value)
void SetSshUsername(Aws::String &&value)
SelfUserProfile & WithName(const Aws::String &value)
void SetSshPublicKey(const char *value)
void SetIamUserArn(const Aws::String &value)
const Aws::String & GetSshPublicKey() const
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
SelfUserProfile & WithSshPublicKey(const Aws::String &value)
void SetIamUserArn(const char *value)
SelfUserProfile & WithIamUserArn(const char *value)
SelfUserProfile & WithSshPublicKey(Aws::String &&value)
void SetSshUsername(const char *value)
SelfUserProfile & WithName(const char *value)
JSON (JavaScript Object Notation).