7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IamUserArnT = Aws::String>
47 void SetIamUserArn(IamUserArnT&& value) { m_iamUserArnHasBeenSet =
true; m_iamUserArn = std::forward<IamUserArnT>(value); }
48 template<
typename IamUserArnT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename SshUsernameT = Aws::String>
71 void SetSshUsername(SshUsernameT&& value) { m_sshUsernameHasBeenSet =
true; m_sshUsername = std::forward<SshUsernameT>(value); }
72 template<
typename SshUsernameT = Aws::String>
82 template<
typename SshPublicKeyT = Aws::String>
83 void SetSshPublicKey(SshPublicKeyT&& value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey = std::forward<SshPublicKeyT>(value); }
84 template<
typename SshPublicKeyT = Aws::String>
90 bool m_iamUserArnHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
96 bool m_sshUsernameHasBeenSet =
false;
99 bool m_sshPublicKeyHasBeenSet =
false;
bool SshPublicKeyHasBeenSet() const
bool SshUsernameHasBeenSet() const
AWS_OPSWORKS_API SelfUserProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSshPublicKey() const
SelfUserProfile & WithSshPublicKey(SshPublicKeyT &&value)
SelfUserProfile & WithSshUsername(SshUsernameT &&value)
const Aws::String & GetName() const
AWS_OPSWORKS_API SelfUserProfile()=default
SelfUserProfile & WithIamUserArn(IamUserArnT &&value)
bool IamUserArnHasBeenSet() const
void SetSshUsername(SshUsernameT &&value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIamUserArn() const
void SetSshPublicKey(SshPublicKeyT &&value)
const Aws::String & GetSshUsername() const
SelfUserProfile & WithName(NameT &&value)
void SetIamUserArn(IamUserArnT &&value)
void SetName(NameT &&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