@Generated(value="software.amazon.awssdk:codegen") public final class KeyPairIds extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasItems()
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyPairIds.Builder> |
serializableBuilderClass() |
KeyPairIds.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer quantity()
The number of active CloudFront key pairs for AwsAccountNumber.
For more information, see ActiveTrustedSigners.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public boolean hasItems()
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.
You can use hasItems() to see if a value was sent in this field.
AwsAccountNumber.
For more information, see ActiveTrustedSigners.
public KeyPairIds.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>public static KeyPairIds.Builder builder()
public static Class<? extends KeyPairIds.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.