/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Identifies the user, the server they belong to, and the identifier of the SSH
* public key associated with that user. A user can have more than one key on each
* server that they are associated with.See Also:
AWS
* API Reference
A system-assigned unique identifier for a server.
*/ inline const Aws::String& GetServerId() const{ return m_serverId; } /** *A system-assigned unique identifier for a server.
*/ inline void SetServerId(const Aws::String& value) { m_serverId = value; } /** *A system-assigned unique identifier for a server.
*/ inline void SetServerId(Aws::String&& value) { m_serverId = std::move(value); } /** *A system-assigned unique identifier for a server.
*/ inline void SetServerId(const char* value) { m_serverId.assign(value); } /** *A system-assigned unique identifier for a server.
*/ inline ImportSshPublicKeyResult& WithServerId(const Aws::String& value) { SetServerId(value); return *this;} /** *A system-assigned unique identifier for a server.
*/ inline ImportSshPublicKeyResult& WithServerId(Aws::String&& value) { SetServerId(std::move(value)); return *this;} /** *A system-assigned unique identifier for a server.
*/ inline ImportSshPublicKeyResult& WithServerId(const char* value) { SetServerId(value); return *this;} /** *The name given to a public key by the system that was imported.
*/ inline const Aws::String& GetSshPublicKeyId() const{ return m_sshPublicKeyId; } /** *The name given to a public key by the system that was imported.
*/ inline void SetSshPublicKeyId(const Aws::String& value) { m_sshPublicKeyId = value; } /** *The name given to a public key by the system that was imported.
*/ inline void SetSshPublicKeyId(Aws::String&& value) { m_sshPublicKeyId = std::move(value); } /** *The name given to a public key by the system that was imported.
*/ inline void SetSshPublicKeyId(const char* value) { m_sshPublicKeyId.assign(value); } /** *The name given to a public key by the system that was imported.
*/ inline ImportSshPublicKeyResult& WithSshPublicKeyId(const Aws::String& value) { SetSshPublicKeyId(value); return *this;} /** *The name given to a public key by the system that was imported.
*/ inline ImportSshPublicKeyResult& WithSshPublicKeyId(Aws::String&& value) { SetSshPublicKeyId(std::move(value)); return *this;} /** *The name given to a public key by the system that was imported.
*/ inline ImportSshPublicKeyResult& WithSshPublicKeyId(const char* value) { SetSshPublicKeyId(value); return *this;} /** *A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.
A user name assigned to the ServerID
value that you
* specified.