7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/KeyGroupSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename NextMarkerT = Aws::String>
46 m_nextMarkerHasBeenSet =
true;
47 m_nextMarker = std::forward<NextMarkerT>(value);
49 template <
typename NextMarkerT = Aws::String>
63 m_maxItemsHasBeenSet =
true;
79 m_quantityHasBeenSet =
true;
94 template <
typename ItemsT = Aws::Vector<KeyGroupSummary>>
96 m_itemsHasBeenSet =
true;
97 m_items = std::forward<ItemsT>(value);
99 template <
typename ItemsT = Aws::Vector<KeyGroupSummary>>
101 SetItems(std::forward<ItemsT>(value));
104 template <
typename ItemsT = KeyGroupSummary>
106 m_itemsHasBeenSet =
true;
107 m_items.emplace_back(std::forward<ItemsT>(value));
119 bool m_nextMarkerHasBeenSet =
false;
120 bool m_maxItemsHasBeenSet =
false;
121 bool m_quantityHasBeenSet =
false;
122 bool m_itemsHasBeenSet =
false;
const Aws::Vector< KeyGroupSummary > & GetItems() const
KeyGroupList & AddItems(ItemsT &&value)
AWS_CLOUDFRONT_API KeyGroupList()=default
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QuantityHasBeenSet() const
const Aws::String & GetNextMarker() const
KeyGroupList & WithItems(ItemsT &&value)
void SetQuantity(int value)
void SetNextMarker(NextMarkerT &&value)
bool MaxItemsHasBeenSet() const
void SetItems(ItemsT &&value)
void SetMaxItems(int value)
bool ItemsHasBeenSet() const
KeyGroupList & WithQuantity(int value)
KeyGroupList & WithNextMarker(NextMarkerT &&value)
AWS_CLOUDFRONT_API KeyGroupList(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API KeyGroupList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NextMarkerHasBeenSet() const
KeyGroupList & WithMaxItems(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector