7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename MarkerT = Aws::String>
43 m_markerHasBeenSet =
true;
44 m_marker = std::forward<MarkerT>(value);
46 template <
typename MarkerT = Aws::String>
60 template <
typename NextMarkerT = Aws::String>
62 m_nextMarkerHasBeenSet =
true;
63 m_nextMarker = std::forward<NextMarkerT>(value);
65 template <
typename NextMarkerT = Aws::String>
79 m_maxItemsHasBeenSet =
true;
98 m_isTruncatedHasBeenSet =
true;
99 m_isTruncated = value;
114 m_quantityHasBeenSet =
true;
129 template <
typename ItemsT = Aws::Vector<Aws::String>>
131 m_itemsHasBeenSet =
true;
132 m_items = std::forward<ItemsT>(value);
134 template <
typename ItemsT = Aws::Vector<Aws::String>>
136 SetItems(std::forward<ItemsT>(value));
139 template <
typename ItemsT = Aws::String>
141 m_itemsHasBeenSet =
true;
142 m_items.emplace_back(std::forward<ItemsT>(value));
153 bool m_isTruncated{
false};
158 bool m_markerHasBeenSet =
false;
159 bool m_nextMarkerHasBeenSet =
false;
160 bool m_maxItemsHasBeenSet =
false;
161 bool m_isTruncatedHasBeenSet =
false;
162 bool m_quantityHasBeenSet =
false;
163 bool m_itemsHasBeenSet =
false;
bool MaxItemsHasBeenSet() const
bool NextMarkerHasBeenSet() const
AWS_CLOUDFRONT_API DistributionIdList()=default
void SetQuantity(int value)
void SetIsTruncated(bool value)
AWS_CLOUDFRONT_API DistributionIdList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IsTruncatedHasBeenSet() const
void SetMaxItems(int value)
DistributionIdList & AddItems(ItemsT &&value)
DistributionIdList & WithIsTruncated(bool value)
const Aws::Vector< Aws::String > & GetItems() const
DistributionIdList & WithQuantity(int value)
bool GetIsTruncated() const
const Aws::String & GetNextMarker() const
const Aws::String & GetMarker() const
DistributionIdList & WithMarker(MarkerT &&value)
DistributionIdList & WithNextMarker(NextMarkerT &&value)
void SetMarker(MarkerT &&value)
DistributionIdList & WithMaxItems(int value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetItems(ItemsT &&value)
AWS_CLOUDFRONT_API DistributionIdList(const Aws::Utils::Xml::XmlNode &xmlNode)
DistributionIdList & WithItems(ItemsT &&value)
void SetNextMarker(NextMarkerT &&value)
bool MarkerHasBeenSet() const
bool QuantityHasBeenSet() const
bool ItemsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector