AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <ForwardedValues.h>
Public Member Functions | |
ForwardedValues () | |
ForwardedValues (const Aws::Utils::Xml::XmlNode &xmlNode) | |
ForwardedValues & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | AddToNode (Aws::Utils::Xml::XmlNode &parentNode) const |
bool | GetQueryString () const |
void | SetQueryString (bool value) |
ForwardedValues & | WithQueryString (bool value) |
const CookiePreference & | GetCookies () const |
void | SetCookies (const CookiePreference &value) |
void | SetCookies (CookiePreference &&value) |
ForwardedValues & | WithCookies (const CookiePreference &value) |
ForwardedValues & | WithCookies (CookiePreference &&value) |
const Headers & | GetHeaders () const |
void | SetHeaders (const Headers &value) |
void | SetHeaders (Headers &&value) |
ForwardedValues & | WithHeaders (const Headers &value) |
ForwardedValues & | WithHeaders (Headers &&value) |
A complex type that specifies how CloudFront handles query strings, cookies and headers.
Definition at line 38 of file ForwardedValues.h.
Aws::CloudFront::Model::ForwardedValues::ForwardedValues | ( | ) |
Aws::CloudFront::Model::ForwardedValues::ForwardedValues | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
void Aws::CloudFront::Model::ForwardedValues::AddToNode | ( | Aws::Utils::Xml::XmlNode & | parentNode | ) | const |
|
inline |
A complex type that specifies how CloudFront handles cookies.
Definition at line 71 of file ForwardedValues.h.
|
inline |
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
Definition at line 97 of file ForwardedValues.h.
|
inline |
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.
Definition at line 52 of file ForwardedValues.h.
ForwardedValues& Aws::CloudFront::Model::ForwardedValues::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
A complex type that specifies how CloudFront handles cookies.
Definition at line 76 of file ForwardedValues.h.
|
inline |
A complex type that specifies how CloudFront handles cookies.
Definition at line 81 of file ForwardedValues.h.
|
inline |
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
Definition at line 103 of file ForwardedValues.h.
|
inline |
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
Definition at line 109 of file ForwardedValues.h.
|
inline |
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.
Definition at line 59 of file ForwardedValues.h.
|
inline |
A complex type that specifies how CloudFront handles cookies.
Definition at line 86 of file ForwardedValues.h.
|
inline |
A complex type that specifies how CloudFront handles cookies.
Definition at line 91 of file ForwardedValues.h.
|
inline |
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
Definition at line 115 of file ForwardedValues.h.
|
inline |
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
Definition at line 121 of file ForwardedValues.h.
|
inline |
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.
Definition at line 66 of file ForwardedValues.h.