public class KeyPairIds extends Object implements Serializable, Cloneable
Constructor and Description |
---|
KeyPairIds() |
Modifier and Type | Method and Description |
---|---|
KeyPairIds |
clone() |
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 void setQuantity(Integer quantity)
quantity
- The number of active CloudFront key pairs for AwsAccountNumber.public Integer getQuantity()
public KeyPairIds withQuantity(Integer quantity)
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)
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection)
or
withItems(java.util.Collection)
if you want to override the
existing values.
items
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public KeyPairIds withItems(Collection<String> items)
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 KeyPairIds clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.