public class KeyPairIds extends Object implements Serializable
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
Constructor and Description |
---|
KeyPairIds() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2014. All rights reserved.