7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename SshPublicKeyT = Aws::String>
44 void SetSshPublicKey(SshPublicKeyT&& value) { m_sshPublicKeyHasBeenSet =
true; m_sshPublicKey = std::forward<SshPublicKeyT>(value); }
45 template<
typename SshPublicKeyT = Aws::String>
51 bool m_sshPublicKeyHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SshPublicKeyHasBeenSet() const
const Aws::String & GetSshPublicKey() const
void SetSshPublicKey(SshPublicKeyT &&value)
AWS_OPSWORKS_API UpdateMyUserProfileRequest()=default
UpdateMyUserProfileRequest & WithSshPublicKey(SshPublicKeyT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String