|
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.RequiredProtocols
public class RequiredProtocols
The required protocol to access your distribution.
Constructor Summary | |
---|---|
RequiredProtocols()
Default constructor for a new RequiredProtocols object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getProtocols()
Currently, https is the only acceptable value for the RequiredProtocols element. |
int |
hashCode()
|
void |
setProtocols(Collection<String> protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RequiredProtocols |
withProtocols(Collection<String> protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
RequiredProtocols |
withProtocols(String... protocols)
Currently, https is the only acceptable value for the RequiredProtocols element. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequiredProtocols()
Method Detail |
---|
public List<String> getProtocols()
public void setProtocols(Collection<String> protocols)
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.public RequiredProtocols withProtocols(String... protocols)
Returns a reference to this object so that method calls can be chained together.
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.
public RequiredProtocols withProtocols(Collection<String> protocols)
Returns a reference to this object so that method calls can be chained together.
protocols
- Currently, https is the only acceptable value for the
RequiredProtocols element.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |