@Generated(value="software.amazon.awssdk:codegen") public class KeyPairIds extends Object implements ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyPairIds.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeyPairIds.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
items()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber. |
Integer |
quantity()
The number of active CloudFront key pairs for
AwsAccountNumber. |
static Class<? extends KeyPairIds.Builder> |
serializableBuilderClass() |
KeyPairIds.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer quantity()
The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public List<String> items()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public KeyPairIds.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>public static KeyPairIds.Builder builder()
public static Class<? extends KeyPairIds.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.