public class ImportKeyPairResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ImportKeyPairResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getKeyFingerprint()
The MD5 public key fingerprint as specified in section 4 of RFC4716 .
|
java.lang.String |
getKeyName()
The specified unique key pair name.
|
int |
hashCode() |
void |
setKeyFingerprint(java.lang.String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC4716 .
|
void |
setKeyName(java.lang.String keyName)
The specified unique key pair name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportKeyPairResult |
withKeyFingerprint(java.lang.String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC4716 .
|
ImportKeyPairResult |
withKeyName(java.lang.String keyName)
The specified unique key pair name.
|
public java.lang.String getKeyName()
public void setKeyName(java.lang.String keyName)
keyName - The specified unique key pair name.public ImportKeyPairResult withKeyName(java.lang.String keyName)
Returns a reference to this object so that method calls can be chained together.
keyName - The specified unique key pair name.public java.lang.String getKeyFingerprint()
public void setKeyFingerprint(java.lang.String keyFingerprint)
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC4716 .public ImportKeyPairResult withKeyFingerprint(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object