7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/ConflictingAlias.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
50 template <
typename NextMarkerT = Aws::String>
52 m_nextMarkerHasBeenSet =
true;
53 m_nextMarker = std::forward<NextMarkerT>(value);
55 template <
typename NextMarkerT = Aws::String>
69 m_maxItemsHasBeenSet =
true;
85 m_quantityHasBeenSet =
true;
100 template <
typename ItemsT = Aws::Vector<ConflictingAlias>>
102 m_itemsHasBeenSet =
true;
103 m_items = std::forward<ItemsT>(value);
105 template <
typename ItemsT = Aws::Vector<ConflictingAlias>>
107 SetItems(std::forward<ItemsT>(value));
110 template <
typename ItemsT = ConflictingAlias>
112 m_itemsHasBeenSet =
true;
113 m_items.emplace_back(std::forward<ItemsT>(value));
125 bool m_nextMarkerHasBeenSet =
false;
126 bool m_maxItemsHasBeenSet =
false;
127 bool m_quantityHasBeenSet =
false;
128 bool m_itemsHasBeenSet =
false;
AWS_CLOUDFRONT_API ConflictingAliasesList & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API ConflictingAliasesList()=default
bool QuantityHasBeenSet() const
ConflictingAliasesList & WithItems(ItemsT &&value)
ConflictingAliasesList & WithQuantity(int value)
const Aws::Vector< ConflictingAlias > & GetItems() const
const Aws::String & GetNextMarker() const
void SetItems(ItemsT &&value)
bool MaxItemsHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ConflictingAliasesList & AddItems(ItemsT &&value)
bool NextMarkerHasBeenSet() const
bool ItemsHasBeenSet() const
void SetNextMarker(NextMarkerT &&value)
ConflictingAliasesList & WithNextMarker(NextMarkerT &&value)
ConflictingAliasesList & WithMaxItems(int value)
AWS_CLOUDFRONT_API ConflictingAliasesList(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetQuantity(int value)
void SetMaxItems(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector