Class KeyPairIds
java.lang.Object
com.amazonaws.services.cloudfront.model.KeyPairIds
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that lists the active CloudFront key pairs, if any, that are
associated with AwsAccountNumber.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getItems()
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.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.toString()
Returns a string representation of this object; useful for testing and debugging.A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.withItems
(Collection<String> items) A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.withQuantity
(Integer quantity) The number of active CloudFront key pairs for AwsAccountNumber.
-
Constructor Details
-
KeyPairIds
public KeyPairIds()
-
-
Method Details
-
setQuantity
The number of active CloudFront key pairs for AwsAccountNumber.- Parameters:
quantity
- The number of active CloudFront key pairs for AwsAccountNumber.
-
getQuantity
The number of active CloudFront key pairs for AwsAccountNumber.- Returns:
- The number of active CloudFront key pairs for AwsAccountNumber.
-
withQuantity
The number of active CloudFront key pairs for AwsAccountNumber.- Parameters:
quantity
- The number of active CloudFront key pairs for AwsAccountNumber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getItems
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.- Returns:
- A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
-
setItems
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.- Parameters:
items
- A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
-
withItems
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
orwithItems(java.util.Collection)
if you want to override the existing values.- Parameters:
items
- A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.- Parameters:
items
- A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-