7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionSummary.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename NextMarkerT = Aws::String>
47 m_nextMarkerHasBeenSet =
true;
48 m_nextMarker = std::forward<NextMarkerT>(value);
50 template <
typename NextMarkerT = Aws::String>
64 m_maxItemsHasBeenSet =
true;
80 m_quantityHasBeenSet =
true;
95 template <
typename ItemsT = Aws::Vector<FunctionSummary>>
97 m_itemsHasBeenSet =
true;
98 m_items = std::forward<ItemsT>(value);
100 template <
typename ItemsT = Aws::Vector<FunctionSummary>>
102 SetItems(std::forward<ItemsT>(value));
105 template <
typename ItemsT = FunctionSummary>
107 m_itemsHasBeenSet =
true;
108 m_items.emplace_back(std::forward<ItemsT>(value));
120 bool m_nextMarkerHasBeenSet =
false;
121 bool m_maxItemsHasBeenSet =
false;
122 bool m_quantityHasBeenSet =
false;
123 bool m_itemsHasBeenSet =
false;
void SetNextMarker(NextMarkerT &&value)
bool ItemsHasBeenSet() const
const Aws::Vector< FunctionSummary > & GetItems() const
AWS_CLOUDFRONT_API FunctionList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool QuantityHasBeenSet() const
FunctionList & WithNextMarker(NextMarkerT &&value)
AWS_CLOUDFRONT_API FunctionList(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetQuantity(int value)
FunctionList & AddItems(ItemsT &&value)
FunctionList & WithItems(ItemsT &&value)
FunctionList & WithMaxItems(int value)
bool NextMarkerHasBeenSet() const
void SetMaxItems(int value)
AWS_CLOUDFRONT_API FunctionList()=default
void SetItems(ItemsT &&value)
const Aws::String & GetNextMarker() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
FunctionList & WithQuantity(int value)
bool MaxItemsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector