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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Signer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
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.static Signer.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
KeyPairIds
keyPairIds()
A list of CloudFront key pair identifiers.List<SdkField<?>>
sdkFields()
static Class<? extends Signer.Builder>
serializableBuilderClass()
Signer.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awsAccountNumber
public final String 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
public final KeyPairIds keyPairIds()
A list of CloudFront key pair identifiers.
- Returns:
- A list of CloudFront key pair identifiers.
-
toBuilder
public Signer.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Signer.Builder,Signer>
-
builder
public static Signer.Builder builder()
-
serializableBuilderClass
public static Class<? extends Signer.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String 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.
-
-