@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CookiePreference extends Object implements Serializable, Cloneable
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see How CloudFront Forwards, Caches, and Logs Cookies in the Amazon CloudFront Developer Guide.
Constructor and Description |
---|
CookiePreference() |
Modifier and Type | Method and Description |
---|---|
CookiePreference |
clone() |
boolean |
equals(Object obj) |
String |
getForward()
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
CookieNames |
getWhitelistedNames()
Required if you specify
whitelist for the value of Forward: . |
int |
hashCode() |
void |
setForward(ItemSelection forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
void |
setForward(String forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
void |
setWhitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward: . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CookiePreference |
withForward(ItemSelection forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
CookiePreference |
withForward(String forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the
WhitelistedNames complex type. |
CookiePreference |
withWhitelistedNames(CookieNames whitelistedNames)
Required if you specify
whitelist for the value of Forward: . |
public void setForward(String forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify
none for the Forward
element.
forward
- Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of
cookies specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin,
specify none for the Forward
element.
ItemSelection
public String getForward()
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify
none for the Forward
element.
WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin,
specify none for the Forward
element.
ItemSelection
public CookiePreference withForward(String forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify
none for the Forward
element.
forward
- Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of
cookies specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin,
specify none for the Forward
element.
ItemSelection
public void setForward(ItemSelection forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify
none for the Forward
element.
forward
- Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of
cookies specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin,
specify none for the Forward
element.
ItemSelection
public CookiePreference withForward(ItemSelection forward)
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies
specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify
none for the Forward
element.
forward
- Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of
cookies specified in the WhitelistedNames
complex type.
Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin,
specify none for the Forward
element.
ItemSelection
public void setWhitelistedNames(CookieNames whitelistedNames)
Required if you specify whitelist
for the value of Forward:
. A complex type that
specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if
you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit WhitelistedNames
. If you change the value of Forward
from whitelist
to all or none and you don't delete
the WhitelistedNames
element and its child elements, CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
whitelistedNames
- Required if you specify whitelist
for the value of Forward:
. A complex type that
specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior
and, if you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit
WhitelistedNames
. If you change the value of Forward
from whitelist
to all or none and you don't delete the WhitelistedNames
element and its child elements,
CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
public CookieNames getWhitelistedNames()
Required if you specify whitelist
for the value of Forward:
. A complex type that
specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if
you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit WhitelistedNames
. If you change the value of Forward
from whitelist
to all or none and you don't delete
the WhitelistedNames
element and its child elements, CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
whitelist
for the value of Forward:
. A complex type
that specifies how many different cookies you want CloudFront to forward to the origin for this cache
behavior and, if you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit
WhitelistedNames
. If you change the value of Forward
from
whitelist
to all or none and you don't delete the WhitelistedNames
element and
its child elements, CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
public CookiePreference withWhitelistedNames(CookieNames whitelistedNames)
Required if you specify whitelist
for the value of Forward:
. A complex type that
specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if
you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit WhitelistedNames
. If you change the value of Forward
from whitelist
to all or none and you don't delete
the WhitelistedNames
element and its child elements, CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
whitelistedNames
- Required if you specify whitelist
for the value of Forward:
. A complex type that
specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior
and, if you want to forward selected cookies, the names of those cookies.
If you specify all
or none for the value of Forward
, omit
WhitelistedNames
. If you change the value of Forward
from whitelist
to all or none and you don't delete the WhitelistedNames
element and its child elements,
CloudFront deletes them automatically.
For the current limit on the number of cookie names that you can whitelist for each cache behavior, see Amazon CloudFront Limits in the AWS General Reference.
public String toString()
toString
in class Object
Object.toString()
public CookiePreference clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.