|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeKeyPairsResult
public class DescribeKeyPairsResult
The result of describing a user's key pairs.
| Constructor Summary | |
|---|---|
DescribeKeyPairsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<KeyPairInfo> |
getKeyPairs()
The list of described key pairs. |
int |
hashCode()
|
void |
setKeyPairs(Collection<KeyPairInfo> keyPairs)
The list of described key pairs. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeKeyPairsResult |
withKeyPairs(Collection<KeyPairInfo> keyPairs)
The list of described key pairs. |
DescribeKeyPairsResult |
withKeyPairs(KeyPairInfo... keyPairs)
The list of described key pairs. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeKeyPairsResult()
| Method Detail |
|---|
public List<KeyPairInfo> getKeyPairs()
public void setKeyPairs(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(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||