public class ActiveTrustedSigners
extends java.lang.Object
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer.
| コンストラクタと説明 |
|---|
ActiveTrustedSigners()
Default constructor for a new ActiveTrustedSigners object.
|
ActiveTrustedSigners(java.util.List<Signer> signers)
Constructs a new ActiveTrustedSigners object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Signer> |
getSigners()
Each active trusted signer.
|
int |
hashCode() |
void |
setSigners(java.util.Collection<Signer> signers)
Each active trusted signer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActiveTrustedSigners |
withSigners(java.util.Collection<Signer> signers)
Each active trusted signer.
|
ActiveTrustedSigners |
withSigners(Signer... signers)
Each active trusted signer.
|
public ActiveTrustedSigners()
public ActiveTrustedSigners(java.util.List<Signer> signers)
signers - Each active trusted signer.public java.util.List<Signer> getSigners()
public void setSigners(java.util.Collection<Signer> signers)
signers - Each active trusted signer.public ActiveTrustedSigners withSigners(Signer... signers)
Returns a reference to this object so that method calls can be chained together.
signers - Each active trusted signer.public ActiveTrustedSigners withSigners(java.util.Collection<Signer> signers)
Returns a reference to this object so that method calls can be chained together.
signers - Each active trusted signer.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object