7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/DistributionSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename MarkerT = Aws::String>
44 m_markerHasBeenSet =
true;
45 m_marker = std::forward<MarkerT>(value);
47 template <
typename MarkerT = Aws::String>
62 template <
typename NextMarkerT = Aws::String>
64 m_nextMarkerHasBeenSet =
true;
65 m_nextMarker = std::forward<NextMarkerT>(value);
67 template <
typename NextMarkerT = Aws::String>
81 m_maxItemsHasBeenSet =
true;
100 m_isTruncatedHasBeenSet =
true;
101 m_isTruncated = value;
117 m_quantityHasBeenSet =
true;
134 template <
typename ItemsT = Aws::Vector<DistributionSummary>>
136 m_itemsHasBeenSet =
true;
137 m_items = std::forward<ItemsT>(value);
139 template <
typename ItemsT = Aws::Vector<DistributionSummary>>
141 SetItems(std::forward<ItemsT>(value));
144 template <
typename ItemsT = DistributionSummary>
146 m_itemsHasBeenSet =
true;
147 m_items.emplace_back(std::forward<ItemsT>(value));
158 bool m_isTruncated{
false};
163 bool m_markerHasBeenSet =
false;
164 bool m_nextMarkerHasBeenSet =
false;
165 bool m_maxItemsHasBeenSet =
false;
166 bool m_isTruncatedHasBeenSet =
false;
167 bool m_quantityHasBeenSet =
false;
168 bool m_itemsHasBeenSet =
false;
bool MaxItemsHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
DistributionList & WithItems(ItemsT &&value)
bool GetIsTruncated() const
void SetIsTruncated(bool value)
DistributionList & WithNextMarker(NextMarkerT &&value)
void SetNextMarker(NextMarkerT &&value)
void SetQuantity(int value)
const Aws::String & GetMarker() const
bool MarkerHasBeenSet() const
DistributionList & WithMarker(MarkerT &&value)
void SetMaxItems(int value)
DistributionList & AddItems(ItemsT &&value)
DistributionList & WithQuantity(int value)
const Aws::Vector< DistributionSummary > & GetItems() const
const Aws::String & GetNextMarker() const
AWS_CLOUDFRONT_API DistributionList(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMarker(MarkerT &&value)
AWS_CLOUDFRONT_API DistributionList()=default
bool NextMarkerHasBeenSet() const
AWS_CLOUDFRONT_API DistributionList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IsTruncatedHasBeenSet() const
DistributionList & WithIsTruncated(bool value)
bool QuantityHasBeenSet() const
DistributionList & WithMaxItems(int value)
bool ItemsHasBeenSet() const
void SetItems(ItemsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector