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>
10#include <aws/cloudfront/model/FunctionSummary.h>
53 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
65 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
75 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
95 bool m_nextMarkerHasBeenSet =
false;
98 bool m_maxItemsHasBeenSet =
false;
101 bool m_quantityHasBeenSet =
false;
104 bool m_itemsHasBeenSet =
false;
bool ItemsHasBeenSet() const
void SetNextMarker(Aws::String &&value)
const Aws::Vector< FunctionSummary > & GetItems() const
AWS_CLOUDFRONT_API FunctionList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNextMarker(const char *value)
bool QuantityHasBeenSet() const
FunctionList & WithItems(Aws::Vector< FunctionSummary > &&value)
AWS_CLOUDFRONT_API FunctionList()
AWS_CLOUDFRONT_API FunctionList(const Aws::Utils::Xml::XmlNode &xmlNode)
FunctionList & WithNextMarker(Aws::String &&value)
FunctionList & AddItems(FunctionSummary &&value)
FunctionList & AddItems(const FunctionSummary &value)
void SetQuantity(int value)
FunctionList & WithNextMarker(const Aws::String &value)
FunctionList & WithNextMarker(const char *value)
FunctionList & WithMaxItems(int value)
bool NextMarkerHasBeenSet() const
void SetMaxItems(int value)
FunctionList & WithItems(const Aws::Vector< FunctionSummary > &value)
const Aws::String & GetNextMarker() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetItems(const Aws::Vector< FunctionSummary > &value)
void SetItems(Aws::Vector< FunctionSummary > &&value)
FunctionList & WithQuantity(int value)
bool MaxItemsHasBeenSet() const
void SetNextMarker(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector