Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront_2012_03_15.model
Class ActiveTrustedSigners

java.lang.Object
  extended by com.amazonaws.services.cloudfront_2012_03_15.model.ActiveTrustedSigners

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.


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

ActiveTrustedSigners

public ActiveTrustedSigners()
Default constructor for a new ActiveTrustedSigners object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


ActiveTrustedSigners

public ActiveTrustedSigners(java.util.List<Signer> signers)
Constructs a new ActiveTrustedSigners object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
signers - Each active trusted signer.
Method Detail

getSigners

public java.util.List<Signer> getSigners()
Each active trusted signer.

Returns:
Each active trusted signer.

setSigners

public void setSigners(java.util.Collection<Signer> signers)
Each active trusted signer.

Parameters:
signers - Each active trusted signer.

withSigners

public ActiveTrustedSigners withSigners(Signer... signers)
Each active trusted signer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
signers - Each active trusted signer.
Returns:
A reference to this updated object so that method calls can be chained together.

withSigners

public ActiveTrustedSigners withSigners(java.util.Collection<Signer> signers)
Each active trusted signer.

Returns a reference to this object so that method calls can be chained together.

Parameters:
signers - Each active trusted signer.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.