55 inline void SetQuantity(
int value) { m_quantityHasBeenSet =
true; m_quantity = value; }
100 inline Paths&
AddItems(
const char* value) { m_itemsHasBeenSet =
true; m_items.push_back(value);
return *
this; }
104 bool m_quantityHasBeenSet;
106 bool m_itemsHasBeenSet;
Paths & AddItems(Aws::String &&value)
void SetItems(const Aws::Vector< Aws::String > &value)
Paths & WithQuantity(int value)
std::vector< T, Aws::Allocator< T > > Vector
Paths & AddItems(const Aws::String &value)
#define AWS_CLOUDFRONT_API
const Aws::Vector< Aws::String > & GetItems() const
Paths & WithItems(const Aws::Vector< Aws::String > &value)
Paths & WithItems(Aws::Vector< Aws::String > &&value)
void SetQuantity(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Paths & AddItems(const char *value)
void SetItems(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).