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/FieldLevelEncryptionSummary.h>
52 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
64 inline void SetMaxItems(
int value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
74 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
94 bool m_nextMarkerHasBeenSet =
false;
97 bool m_maxItemsHasBeenSet =
false;
100 bool m_quantityHasBeenSet =
false;
103 bool m_itemsHasBeenSet =
false;
AWS_CLOUDFRONT_API FieldLevelEncryptionList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionList & WithNextMarker(const Aws::String &value)
void SetMaxItems(int value)
FieldLevelEncryptionList & AddItems(const FieldLevelEncryptionSummary &value)
bool MaxItemsHasBeenSet() const
FieldLevelEncryptionList & WithItems(const Aws::Vector< FieldLevelEncryptionSummary > &value)
AWS_CLOUDFRONT_API FieldLevelEncryptionList(const Aws::Utils::Xml::XmlNode &xmlNode)
FieldLevelEncryptionList & WithQuantity(int value)
void SetNextMarker(const char *value)
const Aws::String & GetNextMarker() const
void SetItems(const Aws::Vector< FieldLevelEncryptionSummary > &value)
bool QuantityHasBeenSet() const
FieldLevelEncryptionList & WithNextMarker(const char *value)
FieldLevelEncryptionList & WithItems(Aws::Vector< FieldLevelEncryptionSummary > &&value)
bool NextMarkerHasBeenSet() const
FieldLevelEncryptionList & WithMaxItems(int value)
void SetNextMarker(Aws::String &&value)
bool ItemsHasBeenSet() const
void SetItems(Aws::Vector< FieldLevelEncryptionSummary > &&value)
void SetNextMarker(const Aws::String &value)
AWS_CLOUDFRONT_API FieldLevelEncryptionList()
void SetQuantity(int value)
FieldLevelEncryptionList & AddItems(FieldLevelEncryptionSummary &&value)
FieldLevelEncryptionList & WithNextMarker(Aws::String &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< FieldLevelEncryptionSummary > & GetItems() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector