|
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(Object obj)
|
CookiePreference |
getCookies()
A complex type that specifies how CloudFront handles cookies. |
Boolean |
getQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
int |
hashCode()
|
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(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. |
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(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 Boolean isQueryString()
public void setQueryString(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(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 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 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 |