AWS SDK for C++
1.9.2
AWS SDK for C++
|
#include <LambdaFunctionAssociations.h>
Public Member Functions | |
LambdaFunctionAssociations () | |
LambdaFunctionAssociations (const Aws::Utils::Xml::XmlNode &xmlNode) | |
LambdaFunctionAssociations & | operator= (const Aws::Utils::Xml::XmlNode &xmlNode) |
void | AddToNode (Aws::Utils::Xml::XmlNode &parentNode) const |
int | GetQuantity () const |
bool | QuantityHasBeenSet () const |
void | SetQuantity (int value) |
LambdaFunctionAssociations & | WithQuantity (int value) |
const Aws::Vector< LambdaFunctionAssociation > & | GetItems () const |
bool | ItemsHasBeenSet () const |
void | SetItems (const Aws::Vector< LambdaFunctionAssociation > &value) |
void | SetItems (Aws::Vector< LambdaFunctionAssociation > &&value) |
LambdaFunctionAssociations & | WithItems (const Aws::Vector< LambdaFunctionAssociation > &value) |
LambdaFunctionAssociations & | WithItems (Aws::Vector< LambdaFunctionAssociation > &&value) |
LambdaFunctionAssociations & | AddItems (const LambdaFunctionAssociation &value) |
LambdaFunctionAssociations & | AddItems (LambdaFunctionAssociation &&value) |
A complex type that specifies a list of Lambda functions associations for a cache behavior.
If you want to invoke one or more Lambda functions triggered by requests that match the PathPattern
of the cache behavior, specify the applicable values for Quantity
and Items
. Note that there can be up to 4 LambdaFunctionAssociation
items in this list (one for each possible value of EventType
) and each EventType
can be associated with the Lambda function only once.
If you don't want to invoke any Lambda functions for the requests that match PathPattern
, specify 0
for Quantity
and omit Items
.
Definition at line 41 of file LambdaFunctionAssociations.h.
Aws::CloudFront::Model::LambdaFunctionAssociations::LambdaFunctionAssociations | ( | ) |
Aws::CloudFront::Model::LambdaFunctionAssociations::LambdaFunctionAssociations | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 119 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 126 of file LambdaFunctionAssociations.h.
void Aws::CloudFront::Model::LambdaFunctionAssociations::AddToNode | ( | Aws::Utils::Xml::XmlNode & | parentNode | ) | const |
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 77 of file LambdaFunctionAssociations.h.
|
inline |
The number of Lambda function associations for this cache behavior.
Definition at line 54 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 84 of file LambdaFunctionAssociations.h.
LambdaFunctionAssociations& Aws::CloudFront::Model::LambdaFunctionAssociations::operator= | ( | const Aws::Utils::Xml::XmlNode & | xmlNode | ) |
|
inline |
The number of Lambda function associations for this cache behavior.
Definition at line 59 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 98 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 91 of file LambdaFunctionAssociations.h.
|
inline |
The number of Lambda function associations for this cache behavior.
Definition at line 64 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 112 of file LambdaFunctionAssociations.h.
|
inline |
Optional: A complex type that contains LambdaFunctionAssociation
items for this cache behavior. If Quantity
is 0
, you can omit Items
.
Definition at line 105 of file LambdaFunctionAssociations.h.
|
inline |
The number of Lambda function associations for this cache behavior.
Definition at line 69 of file LambdaFunctionAssociations.h.