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