ToCopyableBuilder<UploadSSHPublicKeyResponse.Builder,UploadSSHPublicKeyResponse>
@Generated("software.amazon.awssdk:codegen") public class UploadSSHPublicKeyResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UploadSSHPublicKeyResponse.Builder,UploadSSHPublicKeyResponse>
Contains the response to a successful UploadSSHPublicKey request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadSSHPublicKeyResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UploadSSHPublicKeyResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UploadSSHPublicKeyResponse.Builder> |
serializableBuilderClass() |
|
SSHPublicKey |
sshPublicKey() |
Contains information about the SSH public key.
|
UploadSSHPublicKeyResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public SSHPublicKey sshPublicKey()
Contains information about the SSH public key.
public UploadSSHPublicKeyResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadSSHPublicKeyResponse.Builder,UploadSSHPublicKeyResponse>
public static UploadSSHPublicKeyResponse.Builder builder()
public static Class<? extends UploadSSHPublicKeyResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.