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>
10#include <aws/cloudfront/model/AnycastIpListSummary.h>
49 template<
typename ItemsT = Aws::Vector<AnycastIpListSummary>>
50 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
51 template<
typename ItemsT = Aws::Vector<AnycastIpListSummary>>
53 template<
typename ItemsT = AnycastIpListSummary>
66 template<
typename MarkerT = Aws::String>
67 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
68 template<
typename MarkerT = Aws::String>
80 template<
typename NextMarkerT = Aws::String>
81 void SetNextMarker(NextMarkerT&& value) { m_nextMarkerHasBeenSet =
true; m_nextMarker = std::forward<NextMarkerT>(value); }
82 template<
typename NextMarkerT = Aws::String>
93 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
104 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
114 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
120 bool m_itemsHasBeenSet =
false;
123 bool m_markerHasBeenSet =
false;
126 bool m_nextMarkerHasBeenSet =
false;
129 bool m_maxItemsHasBeenSet =
false;
131 bool m_isTruncated{
false};
132 bool m_isTruncatedHasBeenSet =
false;
135 bool m_quantityHasBeenSet =
false;
const Aws::Vector< AnycastIpListSummary > & GetItems() const
bool NextMarkerHasBeenSet() const
AWS_CLOUDFRONT_API AnycastIpListCollection & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AnycastIpListCollection & AddItems(ItemsT &&value)
AnycastIpListCollection & WithNextMarker(NextMarkerT &&value)
AWS_CLOUDFRONT_API AnycastIpListCollection(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API AnycastIpListCollection()=default
void SetIsTruncated(bool value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AnycastIpListCollection & WithQuantity(int value)
bool IsTruncatedHasBeenSet() const
AnycastIpListCollection & WithMaxItems(int value)
AnycastIpListCollection & WithMarker(MarkerT &&value)
bool GetIsTruncated() const
AnycastIpListCollection & WithItems(ItemsT &&value)
void SetQuantity(int value)
bool QuantityHasBeenSet() const
bool MaxItemsHasBeenSet() const
bool MarkerHasBeenSet() const
AnycastIpListCollection & WithIsTruncated(bool value)
const Aws::String & GetMarker() const
void SetNextMarker(NextMarkerT &&value)
void SetMaxItems(int value)
void SetItems(ItemsT &&value)
bool ItemsHasBeenSet() const
void SetMarker(MarkerT &&value)
const Aws::String & GetNextMarker() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector