public class Signer
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
awsAccountNumber
Specifies an AWS account that can create signed URLs.
|
private KeyPairIds |
keyPairIds
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
Constructor and Description |
---|
Signer() |
Modifier and Type | Method and Description |
---|---|
Signer |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAwsAccountNumber()
Specifies an AWS account that can create signed URLs.
|
KeyPairIds |
getKeyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
int |
hashCode() |
void |
setAwsAccountNumber(java.lang.String awsAccountNumber)
Specifies an AWS account that can create signed URLs.
|
void |
setKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Signer |
withAwsAccountNumber(java.lang.String awsAccountNumber)
Specifies an AWS account that can create signed URLs.
|
Signer |
withKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that
are associated with AwsAccountNumber.
|
private java.lang.String awsAccountNumber
private KeyPairIds keyPairIds
public void setAwsAccountNumber(java.lang.String awsAccountNumber)
awsAccountNumber
- Specifies an AWS account that can create signed URLs. Values:
self, which indicates that the AWS account that was used to create
the distribution can created signed URLs, or an AWS account
number. Omit the dashes in the account number.public java.lang.String getAwsAccountNumber()
public Signer withAwsAccountNumber(java.lang.String awsAccountNumber)
awsAccountNumber
- Specifies an AWS account that can create signed URLs. Values:
self, which indicates that the AWS account that was used to create
the distribution can created signed URLs, or an AWS account
number. Omit the dashes in the account number.public void setKeyPairIds(KeyPairIds keyPairIds)
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public KeyPairIds getKeyPairIds()
public Signer withKeyPairIds(KeyPairIds keyPairIds)
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any,
that are associated with AwsAccountNumber.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Signer clone()
clone
in class java.lang.Object