55 inline void SetIamUserArn(
const char* value) { m_iamUserArnHasBeenSet =
true; m_iamUserArn.assign(value); }
106 inline void SetSshUsername(
const char* value) { m_sshUsernameHasBeenSet =
true; m_sshUsername.assign(value); }
153 inline void SetSshPublicKey(
const char* value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey.assign(value); }
184 inline void SetAllowSelfManagement(
bool value) { m_allowSelfManagementHasBeenSet =
true; m_allowSelfManagement = value; }
196 bool m_iamUserArnHasBeenSet;
198 bool m_sshUsernameHasBeenSet;
200 bool m_sshPublicKeyHasBeenSet;
201 bool m_allowSelfManagement;
202 bool m_allowSelfManagementHasBeenSet;
void SetAllowSelfManagement(bool value)
CreateUserProfileRequest & WithSshPublicKey(const Aws::String &value)
void SetIamUserArn(const Aws::String &value)
void SetIamUserArn(Aws::String &&value)
CreateUserProfileRequest & WithIamUserArn(const char *value)
void SetSshUsername(const Aws::String &value)
const Aws::String & GetSshUsername() const
void SetSshUsername(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
const Aws::String & GetIamUserArn() const
void SetSshPublicKey(const Aws::String &value)
CreateUserProfileRequest & WithSshPublicKey(const char *value)
const Aws::String & GetSshPublicKey() const
void SetIamUserArn(const char *value)
CreateUserProfileRequest & WithIamUserArn(const Aws::String &value)
CreateUserProfileRequest & WithSshUsername(const Aws::String &value)
void SetSshPublicKey(Aws::String &&value)
CreateUserProfileRequest & WithSshUsername(const char *value)
void SetSshPublicKey(const char *value)
CreateUserProfileRequest & WithIamUserArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetSshUsername(const char *value)
bool GetAllowSelfManagement() const
CreateUserProfileRequest & WithSshUsername(Aws::String &&value)
CreateUserProfileRequest & WithSshPublicKey(Aws::String &&value)
CreateUserProfileRequest & WithAllowSelfManagement(bool value)
JSON (JavaScript Object Notation).