Class Signer
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.Signer
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Signer.Builder,Signer>
@Generated("software.amazon.awssdk:codegen")
public final class Signer
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Signer.Builder,Signer>
A list of Amazon Web Services accounts and the active CloudFront key pairs in each account 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 TypeMethodDescriptionfinal StringAn Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.static Signer.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final KeyPairIdsA list of CloudFront key pair identifiers.static Class<? extends Signer.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
-
awsAccountNumber
An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is
self.- Returns:
- An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use
to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns
the key pairs is the same account that owns the CloudFront distribution, the value of this field is
self.
-
keyPairIds
A list of CloudFront key pair identifiers.
- Returns:
- A list of CloudFront key pair identifiers.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Signer.Builder,Signer>
-
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
-