@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveTrustedSigners extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
ActiveTrustedSigners()
Default constructor for ActiveTrustedSigners object.
|
ActiveTrustedSigners(List<Signer> items)
Constructs a new ActiveTrustedSigners object.
|
Modifier and Type | Method and Description |
---|---|
ActiveTrustedSigners |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
This field is
true if any of the Amazon Web Services accounts in the list are configured as trusted
signers. |
List<Signer> |
getItems()
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that
CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
Integer |
getQuantity()
The number of Amazon Web Services accounts in the list.
|
int |
hashCode() |
Boolean |
isEnabled()
This field is
true if any of the Amazon Web Services accounts in the list are configured as trusted
signers. |
void |
setEnabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts in the list are configured as trusted
signers. |
void |
setItems(Collection<Signer> items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that
CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
void |
setQuantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
String |
toString()
Returns a string representation of this object.
|
ActiveTrustedSigners |
withEnabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts in the list are configured as trusted
signers. |
ActiveTrustedSigners |
withItems(Collection<Signer> items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that
CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners |
withItems(Signer... items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that
CloudFront can use to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners |
withQuantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
public ActiveTrustedSigners()
public ActiveTrustedSigners(List<Signer> items)
items
- A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account
that CloudFront can use to verify the signatures of signed URLs and signed cookies.public void setEnabled(Boolean enabled)
This field is true
if any of the Amazon Web Services accounts in the list are configured as trusted
signers. If not, this field is false
.
enabled
- This field is true
if any of the Amazon Web Services accounts in the list are configured as
trusted signers. If not, this field is false
.public Boolean getEnabled()
This field is true
if any of the Amazon Web Services accounts in the list are configured as trusted
signers. If not, this field is false
.
true
if any of the Amazon Web Services accounts in the list are configured as
trusted signers. If not, this field is false
.public ActiveTrustedSigners withEnabled(Boolean enabled)
This field is true
if any of the Amazon Web Services accounts in the list are configured as trusted
signers. If not, this field is false
.
enabled
- This field is true
if any of the Amazon Web Services accounts in the list are configured as
trusted signers. If not, this field is false
.public Boolean isEnabled()
This field is true
if any of the Amazon Web Services accounts in the list are configured as trusted
signers. If not, this field is false
.
true
if any of the Amazon Web Services accounts in the list are configured as
trusted signers. If not, this field is false
.public void setQuantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
quantity
- The number of Amazon Web Services accounts in the list.public Integer getQuantity()
The number of Amazon Web Services accounts in the list.
public ActiveTrustedSigners withQuantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
quantity
- The number of Amazon Web Services accounts in the list.public List<Signer> getItems()
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
public void setItems(Collection<Signer> items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
items
- A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account
that CloudFront can use to verify the signatures of signed URLs and signed cookies.public ActiveTrustedSigners withItems(Signer... items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account
that CloudFront can use to verify the signatures of signed URLs and signed cookies.public ActiveTrustedSigners withItems(Collection<Signer> items)
A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
items
- A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account
that CloudFront can use to verify the signatures of signed URLs and signed cookies.public String toString()
toString
in class Object
Object.toString()
public ActiveTrustedSigners clone()