|
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.model.ForwardedValues
public class ForwardedValues
A complex type that specifies how CloudFront handles query strings.
| Constructor Summary | |
|---|---|
ForwardedValues()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
CookiePreference |
getCookies()
A complex type that specifies how CloudFront handles cookies. |
java.lang.Boolean |
getQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
int |
hashCode()
|
java.lang.Boolean |
isQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
void |
setCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies. |
void |
setQueryString(java.lang.Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ForwardedValues |
withCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies. |
ForwardedValues |
withQueryString(java.lang.Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardedValues()
| Method Detail |
|---|
public java.lang.Boolean isQueryString()
public void setQueryString(java.lang.Boolean queryString)
queryString - Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior. If so, specify
true; if not, specify false.public ForwardedValues withQueryString(java.lang.Boolean queryString)
Returns a reference to this object so that method calls can be chained together.
queryString - Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior. If so, specify
true; if not, specify false.
public java.lang.Boolean getQueryString()
public CookiePreference getCookies()
public void setCookies(CookiePreference cookies)
cookies - A complex type that specifies how CloudFront handles cookies.public ForwardedValues withCookies(CookiePreference cookies)
Returns a reference to this object so that method calls can be chained together.
cookies - A complex type that specifies how CloudFront handles cookies.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||