7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetIamUserArn(
const char* value) { m_iamUserArnHasBeenSet =
true; m_iamUserArn.assign(value); }
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
76 inline void SetSshUsername(
const char* value) { m_sshUsernameHasBeenSet =
true; m_sshUsername.assign(value); }
90 inline void SetSshPublicKey(
const char* value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey.assign(value); }
98 bool m_iamUserArnHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
104 bool m_sshUsernameHasBeenSet =
false;
107 bool m_sshPublicKeyHasBeenSet =
false;
SelfUserProfile & WithName(const char *value)
void SetSshUsername(const char *value)
void SetName(const Aws::String &value)
void SetIamUserArn(const char *value)
SelfUserProfile & WithIamUserArn(const Aws::String &value)
SelfUserProfile & WithSshPublicKey(const char *value)
bool SshPublicKeyHasBeenSet() const
void SetSshUsername(const Aws::String &value)
SelfUserProfile & WithName(const Aws::String &value)
bool SshUsernameHasBeenSet() const
AWS_OPSWORKS_API SelfUserProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIamUserArn(const Aws::String &value)
SelfUserProfile & WithSshPublicKey(const Aws::String &value)
const Aws::String & GetSshPublicKey() const
AWS_OPSWORKS_API SelfUserProfile()
SelfUserProfile & WithSshUsername(Aws::String &&value)
void SetIamUserArn(Aws::String &&value)
SelfUserProfile & WithSshPublicKey(Aws::String &&value)
void SetSshPublicKey(Aws::String &&value)
SelfUserProfile & WithIamUserArn(const char *value)
const Aws::String & GetName() const
bool IamUserArnHasBeenSet() const
SelfUserProfile & WithName(Aws::String &&value)
SelfUserProfile & WithSshUsername(const Aws::String &value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
SelfUserProfile & WithSshUsername(const char *value)
void SetName(Aws::String &&value)
const Aws::String & GetIamUserArn() const
SelfUserProfile & WithIamUserArn(Aws::String &&value)
const Aws::String & GetSshUsername() const
void SetSshUsername(Aws::String &&value)
void SetSshPublicKey(const Aws::String &value)
void SetName(const char *value)
void SetSshPublicKey(const char *value)
bool NameHasBeenSet() const
AWS_OPSWORKS_API SelfUserProfile(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue