7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cloudfront/model/LambdaFunctionAssociation.h>
57 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
69 template<
typename ItemsT = Aws::Vector<LambdaFunctionAssociation>>
70 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
71 template<
typename ItemsT = Aws::Vector<LambdaFunctionAssociation>>
73 template<
typename ItemsT = LambdaFunctionAssociation>
79 bool m_quantityHasBeenSet =
false;
82 bool m_itemsHasBeenSet =
false;
bool QuantityHasBeenSet() const
LambdaFunctionAssociations & WithQuantity(int value)
AWS_CLOUDFRONT_API LambdaFunctionAssociations(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API LambdaFunctionAssociations()=default
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetQuantity(int value)
AWS_CLOUDFRONT_API LambdaFunctionAssociations & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ItemsHasBeenSet() const
LambdaFunctionAssociations & AddItems(ItemsT &&value)
LambdaFunctionAssociations & WithItems(ItemsT &&value)
void SetItems(ItemsT &&value)
const Aws::Vector< LambdaFunctionAssociation > & GetItems() const
std::vector< T, Aws::Allocator< T > > Vector