public class OriginSslProtocols extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| OriginSslProtocols() | 
| Modifier and Type | Method and Description | 
|---|---|
| OriginSslProtocols | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getItems()A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. | 
| Integer | getQuantity()The number of SSL/TLS protocols that you want to allow CloudFront to use
 when establishing an HTTPS connection with this origin. | 
| int | hashCode() | 
| void | setItems(Collection<String> items)A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. | 
| void | setQuantity(Integer quantity)The number of SSL/TLS protocols that you want to allow CloudFront to use
 when establishing an HTTPS connection with this origin. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| OriginSslProtocols | withItems(Collection<String> items)A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. | 
| OriginSslProtocols | withItems(SslProtocol... items)A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. | 
| OriginSslProtocols | withItems(String... items)A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. | 
| OriginSslProtocols | withQuantity(Integer quantity)The number of SSL/TLS protocols that you want to allow CloudFront to use
 when establishing an HTTPS connection with this origin. | 
public void setQuantity(Integer quantity)
quantity - The number of SSL/TLS protocols that you want to allow CloudFront
        to use when establishing an HTTPS connection with this origin.public Integer getQuantity()
public OriginSslProtocols withQuantity(Integer quantity)
quantity - The number of SSL/TLS protocols that you want to allow CloudFront
        to use when establishing an HTTPS connection with this origin.public List<String> getItems()
SslProtocolpublic void setItems(Collection<String> items)
items - A complex type that contains one SslProtocol element for each
        SSL/TLS protocol that you want to allow CloudFront to use when
        establishing an HTTPS connection with this origin.SslProtocolpublic OriginSslProtocols withItems(String... items)
 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 complex type that contains one SslProtocol element for each
        SSL/TLS protocol that you want to allow CloudFront to use when
        establishing an HTTPS connection with this origin.SslProtocolpublic OriginSslProtocols withItems(Collection<String> items)
items - A complex type that contains one SslProtocol element for each
        SSL/TLS protocol that you want to allow CloudFront to use when
        establishing an HTTPS connection with this origin.SslProtocolpublic OriginSslProtocols withItems(SslProtocol... items)
items - A complex type that contains one SslProtocol element for each
        SSL/TLS protocol that you want to allow CloudFront to use when
        establishing an HTTPS connection with this origin.SslProtocolpublic String toString()
toString in class ObjectObject.toString()public OriginSslProtocols clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.