|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.KeyPairIds
public class KeyPairIds
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
Constructor Summary | |
---|---|
KeyPairIds()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getItems()
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. |
Integer |
getQuantity()
The number of active CloudFront key pairs for AwsAccountNumber. |
int |
hashCode()
|
void |
setItems(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. |
void |
setQuantity(Integer quantity)
The number of active CloudFront key pairs for AwsAccountNumber. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
KeyPairIds |
withItems(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. |
KeyPairIds |
withItems(String... items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber. |
KeyPairIds |
withQuantity(Integer quantity)
The number of active CloudFront key pairs for AwsAccountNumber. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KeyPairIds()
Method Detail |
---|
public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity
- The number of active CloudFront key pairs for AwsAccountNumber.public KeyPairIds withQuantity(Integer quantity)
Returns a reference to this object so that method calls can be chained together.
quantity
- The number of active CloudFront key pairs for AwsAccountNumber.
public List<String> getItems()
public void setItems(Collection<String> items)
items
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public KeyPairIds withItems(String... items)
Returns a reference to this object so that method calls can be chained together.
items
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.
public KeyPairIds withItems(Collection<String> items)
Returns a reference to this object so that method calls can be chained together.
items
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |