public class ForwardedValues
extends java.lang.Object
implements java.io.Serializable
A complex type that specifies how CloudFront handles query strings.
| コンストラクタと説明 |
|---|
ForwardedValues() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object