7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
63 inline Headers&
AddItems(
const char* value) { m_itemsHasBeenSet =
true; m_items.push_back(value);
return *
this; }
68 bool m_quantityHasBeenSet =
false;
71 bool m_itemsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector