public class ForwardedValues extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ForwardedValues() |
| Modifier and Type | Method and Description |
|---|---|
ForwardedValues |
clone() |
boolean |
equals(Object obj) |
CookiePreference |
getCookies()
A complex type that specifies how CloudFront handles cookies.
|
Headers |
getHeaders()
A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.
|
Boolean |
getQueryString()
Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior and cache based on the
query string parameters.
|
QueryStringCacheKeys |
getQueryStringCacheKeys()
A complex type that contains information about the query string
parameters that you want CloudFront to use for caching for 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 and cache based on the
query string parameters.
|
void |
setCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies.
|
void |
setHeaders(Headers headers)
A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.
|
void |
setQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior and cache based on the
query string parameters.
|
void |
setQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string
parameters that you want CloudFront to use for caching for 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 |
withHeaders(Headers headers)
A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.
|
ForwardedValues |
withQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior and cache based on the
query string parameters.
|
ForwardedValues |
withQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string
parameters that you want CloudFront to use for caching for this cache
behavior.
|
public void setQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:
queryString - Indicates whether you want CloudFront to forward query strings to
the origin that is associated with this cache behavior and cache
based on the query string parameters. CloudFront behavior depends
on the value of QueryString and on the values that you specify for
QueryStringCacheKeys, if any:
public Boolean getQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:
public ForwardedValues withQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:
queryString - Indicates whether you want CloudFront to forward query strings to
the origin that is associated with this cache behavior and cache
based on the query string parameters. CloudFront behavior depends
on the value of QueryString and on the values that you specify for
QueryStringCacheKeys, if any:
public Boolean isQueryString()
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters. CloudFront behavior depends on the value of QueryString and on the values that you specify for QueryStringCacheKeys, if any:
public void setCookies(CookiePreference cookies)
cookies - A complex type that specifies how CloudFront handles cookies.public CookiePreference getCookies()
public ForwardedValues withCookies(CookiePreference cookies)
cookies - A complex type that specifies how CloudFront handles cookies.public void setHeaders(Headers headers)
headers - A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.public Headers getHeaders()
public ForwardedValues withHeaders(Headers headers)
headers - A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.public void setQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
queryStringCacheKeys - A complex type that contains information about the query string
parameters that you want CloudFront to use for caching for this
cache behavior.public QueryStringCacheKeys getQueryStringCacheKeys()
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
public ForwardedValues withQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
queryStringCacheKeys - A complex type that contains information about the query string
parameters that you want CloudFront to use for caching for this
cache behavior.public String toString()
toString in class ObjectObject.toString()public ForwardedValues clone()
Copyright © 2016. All rights reserved.