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