7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetIamUserArn(
const char* value) { m_iamUserArnHasBeenSet =
true; m_iamUserArn.assign(value); }
63 inline void SetSshUsername(
const char* value) { m_sshUsernameHasBeenSet =
true; m_sshUsername.assign(value); }
77 inline void SetSshPublicKey(
const char* value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey.assign(value); }
92 inline void SetAllowSelfManagement(
bool value) { m_allowSelfManagementHasBeenSet =
true; m_allowSelfManagement = value; }
98 bool m_iamUserArnHasBeenSet =
false;
101 bool m_sshUsernameHasBeenSet =
false;
104 bool m_sshPublicKeyHasBeenSet =
false;
106 bool m_allowSelfManagement;
107 bool m_allowSelfManagementHasBeenSet =
false;
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSshUsername(Aws::String &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
void SetSshPublicKey(Aws::String &&value)
CreateUserProfileRequest & WithSshUsername(Aws::String &&value)
CreateUserProfileRequest & WithIamUserArn(const Aws::String &value)
void SetSshPublicKey(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateUserProfileRequest & WithIamUserArn(const char *value)
void SetSshUsername(const char *value)
bool SshUsernameHasBeenSet() const
CreateUserProfileRequest & WithSshPublicKey(Aws::String &&value)
void SetAllowSelfManagement(bool value)
void SetSshPublicKey(const char *value)
void SetIamUserArn(Aws::String &&value)
AWS_OPSWORKS_API CreateUserProfileRequest()
CreateUserProfileRequest & WithSshUsername(const char *value)
CreateUserProfileRequest & WithAllowSelfManagement(bool value)
void SetSshUsername(const Aws::String &value)
bool IamUserArnHasBeenSet() const
bool GetAllowSelfManagement() const
CreateUserProfileRequest & WithIamUserArn(Aws::String &&value)
bool SshPublicKeyHasBeenSet() const
const Aws::String & GetIamUserArn() const
void SetIamUserArn(const char *value)
CreateUserProfileRequest & WithSshUsername(const Aws::String &value)
void SetIamUserArn(const Aws::String &value)
bool AllowSelfManagementHasBeenSet() const
const Aws::String & GetSshUsername() const
CreateUserProfileRequest & WithSshPublicKey(const Aws::String &value)
const Aws::String & GetSshPublicKey() const
CreateUserProfileRequest & WithSshPublicKey(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String