@Generated(value="software.amazon.awssdk:codegen") public class KeyPairIds extends Object implements software.amazon.awssdk.utils.builder.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() |
String |
toString() |
public 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>public static KeyPairIds.Builder builder()
public static Class<? extends KeyPairIds.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.