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/ResponseHeadersPolicySummary.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;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector