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