public class ImportKeyPairResult extends Object implements Serializable, Cloneable
| 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.
|
public String getKeyName()
public void setKeyName(String keyName)
keyName - The key pair name you provided.public ImportKeyPairResult withKeyName(String keyName)
Returns a reference to this object so that method calls can be chained together.
keyName - The key pair name you provided.public String getKeyFingerprint()
public void setKeyFingerprint(String keyFingerprint)
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC 4716.public ImportKeyPairResult withKeyFingerprint(String keyFingerprint)
Returns a reference to this object so that method calls can be chained together.
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC 4716.public String toString()
toString in class ObjectObject.toString()public ImportKeyPairResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.