Class KGKeyPairIds
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.KGKeyPairIds
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KGKeyPairIds.Builder,KGKeyPairIds>
@Generated("software.amazon.awssdk:codegen")
public final class KGKeyPairIds
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<KGKeyPairIds.Builder,KGKeyPairIds>
A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KGKeyPairIds.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe identifier of the key group that contains the public keys.final KeyPairIdsReturns the value of the KeyPairIds property for this object.static Class<? extends KGKeyPairIds.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
keyGroupId
The identifier of the key group that contains the public keys.
- Returns:
- The identifier of the key group that contains the public keys.
-
keyPairIds
Returns the value of the KeyPairIds property for this object.- Returns:
- The value of the KeyPairIds property for this object.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<KGKeyPairIds.Builder,KGKeyPairIds>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-