|
||||||||||
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 | |
---|---|
List<KeyPairInfo> |
getKeyPairs()
The list of described key pairs. |
void |
setKeyPairs(Collection<KeyPairInfo> keyPairs)
The list of described key pairs. |
String |
toString()
|
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 |
---|
equals, getClass, hashCode, 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 Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |