@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Signer extends Object implements Serializable, Cloneable
A complex type that lists the AWS accounts that were included in the TrustedSigners
complex type, as
well as their active CloudFront key pair IDs, if any.
Constructor and Description |
---|
Signer() |
Modifier and Type | Method and Description |
---|---|
Signer |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountNumber()
An AWS account that is included in the
TrustedSigners complex type for this RTMP distribution. |
KeyPairIds |
getKeyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
int |
hashCode() |
void |
setAwsAccountNumber(String awsAccountNumber)
An AWS account that is included in the
TrustedSigners complex type for this RTMP distribution. |
void |
setKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Signer |
withAwsAccountNumber(String awsAccountNumber)
An AWS account that is included in the
TrustedSigners complex type for this RTMP distribution. |
Signer |
withKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
public void setAwsAccountNumber(String awsAccountNumber)
An AWS account that is included in the TrustedSigners
complex type for this RTMP distribution. Valid
values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
awsAccountNumber
- An AWS account that is included in the TrustedSigners
complex type for this RTMP
distribution. Valid values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
public String getAwsAccountNumber()
An AWS account that is included in the TrustedSigners
complex type for this RTMP distribution. Valid
values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
TrustedSigners
complex type for this RTMP
distribution. Valid values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
public Signer withAwsAccountNumber(String awsAccountNumber)
An AWS account that is included in the TrustedSigners
complex type for this RTMP distribution. Valid
values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
awsAccountNumber
- An AWS account that is included in the TrustedSigners
complex type for this RTMP
distribution. Valid values include:
self
, which is the AWS account used to create the distribution.
An AWS account number.
public void setKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.public KeyPairIds getKeyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
AwsAccountNumber
.public Signer withKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
keyPairIds
- A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.