@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportKeyPairResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ImportKeyPair.
| Constructor and Description |
|---|
ImportKeyPairResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportKeyPairResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyFingerprint()
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
|
String |
getKeyName()
The key pair name you provided.
|
int |
hashCode() |
void |
setKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
|
void |
setKeyName(String keyName)
The key pair name you provided.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ImportKeyPairResult |
withKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
|
ImportKeyPairResult |
withKeyName(String keyName)
The key pair name you provided.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC 4716.public String getKeyFingerprint()
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
public ImportKeyPairResult withKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC 4716.
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC 4716.public void setKeyName(String keyName)
The key pair name you provided.
keyName - The key pair name you provided.public String getKeyName()
The key pair name you provided.
public ImportKeyPairResult withKeyName(String keyName)
The key pair name you provided.
keyName - The key pair name you provided.public String toString()
toString in class ObjectObject.toString()public ImportKeyPairResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.