public class DescribeKeyPairsResult
extends java.lang.Object
implements java.io.Serializable
The result of describing a user's key pairs.
| コンストラクタと説明 |
|---|
DescribeKeyPairsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<KeyPairInfo> |
getKeyPairs()
The list of described key pairs.
|
int |
hashCode() |
void |
setKeyPairs(java.util.Collection<KeyPairInfo> keyPairs)
The list of described key pairs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeKeyPairsResult |
withKeyPairs(java.util.Collection<KeyPairInfo> keyPairs)
The list of described key pairs.
|
DescribeKeyPairsResult |
withKeyPairs(KeyPairInfo... keyPairs)
The list of described key pairs.
|
public java.util.List<KeyPairInfo> getKeyPairs()
public void setKeyPairs(java.util.Collection<KeyPairInfo> keyPairs)
keyPairs - The list of described key pairs.public DescribeKeyPairsResult withKeyPairs(KeyPairInfo... keyPairs)
Returns a reference to this object so that method calls can be chained together.
keyPairs - The list of described key pairs.public DescribeKeyPairsResult withKeyPairs(java.util.Collection<KeyPairInfo> keyPairs)
Returns a reference to this object so that method calls can be chained together.
keyPairs - The list of described key pairs.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