@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyPairIds extends Object implements Serializable, Cloneable
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
| 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)
The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
quantity - The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public Integer getQuantity()
The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public KeyPairIds withQuantity(Integer quantity)
The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
quantity - The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public List<String> getItems()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public void setItems(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
items - A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public KeyPairIds withItems(String... items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
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.
For more information, see ActiveTrustedSigners.
public KeyPairIds withItems(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
items - A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public String toString()
toString in class ObjectObject.toString()public KeyPairIds clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.