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>
47 template<
typename MarkerT = Aws::String>
48 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
49 template<
typename MarkerT = Aws::String>
60 template<
typename NextMarkerT = Aws::String>
61 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
62 template<
typename NextMarkerT = Aws::String>
72 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
85 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
95 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
105 template<
typename ItemsT = Aws::Vector<Aws::String>>
106 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
107 template<
typename ItemsT = Aws::Vector<Aws::String>>
109 template<
typename ItemsT = Aws::String>
115 bool m_markerHasBeenSet =
false;
118 bool m_nextMarkerHasBeenSet =
false;
121 bool m_maxItemsHasBeenSet =
false;
123 bool m_isTruncated{
false};
124 bool m_isTruncatedHasBeenSet =
false;
127 bool m_quantityHasBeenSet =
false;
130 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