|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.ImportKeyPairResult
public class ImportKeyPairResult
Constructor Summary | |
---|---|
ImportKeyPairResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getKeyFingerprint()
The MD5 public key fingerprint as specified in section 4 of RFC4716 . |
String |
getKeyName()
The specified unique key pair name. |
int |
hashCode()
|
void |
setKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC4716 . |
void |
setKeyName(String keyName)
The specified unique key pair name. |
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 RFC4716 . |
ImportKeyPairResult |
withKeyName(String keyName)
The specified unique key pair name. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImportKeyPairResult()
Method Detail |
---|
public String getKeyName()
public void setKeyName(String keyName)
keyName
- The specified unique key pair name.public ImportKeyPairResult withKeyName(String keyName)
Returns a reference to this object so that method calls can be chained together.
keyName
- The specified unique key pair name.
public String getKeyFingerprint()
public void setKeyFingerprint(String keyFingerprint)
keyFingerprint
- The MD5 public key fingerprint as specified in section 4 of RFC4716 .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 RFC4716 .
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |