7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cloudfront/model/CacheBehavior.h>
48 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
69 bool m_quantityHasBeenSet =
false;
72 bool m_itemsHasBeenSet =
false;
void SetQuantity(int value)
bool ItemsHasBeenSet() const
AWS_CLOUDFRONT_API CacheBehaviors & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetItems(const Aws::Vector< CacheBehavior > &value)
CacheBehaviors & WithQuantity(int value)
CacheBehaviors & WithItems(const Aws::Vector< CacheBehavior > &value)
CacheBehaviors & AddItems(const CacheBehavior &value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
CacheBehaviors & WithItems(Aws::Vector< CacheBehavior > &&value)
void SetItems(Aws::Vector< CacheBehavior > &&value)
CacheBehaviors & AddItems(CacheBehavior &&value)
bool QuantityHasBeenSet() const
AWS_CLOUDFRONT_API CacheBehaviors()
const Aws::Vector< CacheBehavior > & GetItems() const
AWS_CLOUDFRONT_API CacheBehaviors(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector