|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront_2012_03_15.model.ActiveTrustedSigners
public class ActiveTrustedSigners
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.
Constructor Summary | |
---|---|
ActiveTrustedSigners()
Default constructor for a new ActiveTrustedSigners object. |
|
ActiveTrustedSigners(java.util.List<Signer> signers)
Constructs a new ActiveTrustedSigners object. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActiveTrustedSigners()
public ActiveTrustedSigners(java.util.List<Signer> signers)
signers
- Each active trusted signer.Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |