7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/InvalidationSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 template <
typename MarkerT = Aws::String>
49 m_markerHasBeenSet =
true;
50 m_marker = std::forward<MarkerT>(value);
52 template <
typename MarkerT = Aws::String>
67 template <
typename NextMarkerT = Aws::String>
69 m_nextMarkerHasBeenSet =
true;
70 m_nextMarker = std::forward<NextMarkerT>(value);
72 template <
typename NextMarkerT = Aws::String>
87 m_maxItemsHasBeenSet =
true;
106 m_isTruncatedHasBeenSet =
true;
107 m_isTruncated = value;
123 m_quantityHasBeenSet =
true;
139 template <
typename ItemsT = Aws::Vector<Inval
idationSummary>>
141 m_itemsHasBeenSet =
true;
142 m_items = std::forward<ItemsT>(value);
144 template <
typename ItemsT = Aws::Vector<Inval
idationSummary>>
146 SetItems(std::forward<ItemsT>(value));
149 template <
typename ItemsT = Inval
idationSummary>
151 m_itemsHasBeenSet =
true;
152 m_items.emplace_back(std::forward<ItemsT>(value));
163 bool m_isTruncated{
false};
168 bool m_markerHasBeenSet =
false;
169 bool m_nextMarkerHasBeenSet =
false;
170 bool m_maxItemsHasBeenSet =
false;
171 bool m_isTruncatedHasBeenSet =
false;
172 bool m_quantityHasBeenSet =
false;
173 bool m_itemsHasBeenSet =
false;
bool IsTruncatedHasBeenSet() const
void SetMarker(MarkerT &&value)
bool GetIsTruncated() const
InvalidationList & WithItems(ItemsT &&value)
const Aws::Vector< InvalidationSummary > & GetItems() const
bool QuantityHasBeenSet() const
InvalidationList & AddItems(ItemsT &&value)
InvalidationList & WithQuantity(int value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetMaxItems(int value)
InvalidationList & WithMaxItems(int value)
AWS_CLOUDFRONT_API InvalidationList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIsTruncated(bool value)
const Aws::String & GetMarker() const
AWS_CLOUDFRONT_API InvalidationList(const Aws::Utils::Xml::XmlNode &xmlNode)
InvalidationList & WithIsTruncated(bool value)
AWS_CLOUDFRONT_API InvalidationList()=default
bool MaxItemsHasBeenSet() const
const Aws::String & GetNextMarker() const
void SetNextMarker(NextMarkerT &&value)
bool NextMarkerHasBeenSet() const
bool ItemsHasBeenSet() const
bool MarkerHasBeenSet() const
InvalidationList & WithNextMarker(NextMarkerT &&value)
InvalidationList & WithMarker(MarkerT &&value)
void SetQuantity(int value)
void SetItems(ItemsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector