@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DownloadDefaultKeyPairResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DownloadDefaultKeyPairResult() |
Modifier and Type | Method and Description |
---|---|
DownloadDefaultKeyPairResult |
clone() |
boolean |
equals(Object obj) |
String |
getPrivateKeyBase64()
A base64-encoded RSA private key.
|
String |
getPublicKeyBase64()
A base64-encoded public key of the
ssh-rsa type. |
int |
hashCode() |
void |
setPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
void |
setPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DownloadDefaultKeyPairResult |
withPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
DownloadDefaultKeyPairResult |
withPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the ssh-rsa
type.
publicKeyBase64
- A base64-encoded public key of the ssh-rsa
type.public String getPublicKeyBase64()
A base64-encoded public key of the ssh-rsa
type.
ssh-rsa
type.public DownloadDefaultKeyPairResult withPublicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the ssh-rsa
type.
publicKeyBase64
- A base64-encoded public key of the ssh-rsa
type.public void setPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
privateKeyBase64
- A base64-encoded RSA private key.public String getPrivateKeyBase64()
A base64-encoded RSA private key.
public DownloadDefaultKeyPairResult withPrivateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
privateKeyBase64
- A base64-encoded RSA private key.public String toString()
toString
in class Object
Object.toString()
public DownloadDefaultKeyPairResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.