ToCopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
@Generated("software.amazon.awssdk:codegen") public class DownloadDefaultKeyPairResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DownloadDefaultKeyPairResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DownloadDefaultKeyPairResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
privateKeyBase64() |
A base64-encoded RSA private key.
|
String |
publicKeyBase64() |
A base64-encoded public key of the
ssh-rsa type. |
static Class<? extends DownloadDefaultKeyPairResponse.Builder> |
serializableBuilderClass() |
|
DownloadDefaultKeyPairResponse.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 String publicKeyBase64()
A base64-encoded public key of the ssh-rsa
type.
ssh-rsa
type.public String privateKeyBase64()
A base64-encoded RSA private key.
public DownloadDefaultKeyPairResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
public static DownloadDefaultKeyPairResponse.Builder builder()
public static Class<? extends DownloadDefaultKeyPairResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.