public class DescribeKeyPairsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeKeyPairsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<KeyPairInfo> |
getKeyPairs()
Information about one or more key pairs.
|
int |
hashCode() |
void |
setKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeKeyPairsResult |
withKeyPairs(Collection<KeyPairInfo> keyPairs)
Information about one or more key pairs.
|
DescribeKeyPairsResult |
withKeyPairs(KeyPairInfo... keyPairs)
Information about one or more key pairs.
|
public List<KeyPairInfo> getKeyPairs()
public void setKeyPairs(Collection<KeyPairInfo> keyPairs)
keyPairs
- Information about one or more key pairs.public DescribeKeyPairsResult withKeyPairs(KeyPairInfo... keyPairs)
Returns a reference to this object so that method calls can be chained together.
keyPairs
- Information about one or more key pairs.public DescribeKeyPairsResult withKeyPairs(Collection<KeyPairInfo> keyPairs)
Returns a reference to this object so that method calls can be chained together.
keyPairs
- Information about one or more key pairs.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.