65 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
108 inline void SetNextMarker(
const char* value) { m_nextMarkerHasBeenSet =
true; m_nextMarker.assign(value); }
139 inline void SetMaxItems(
long value) { m_maxItemsHasBeenSet =
true; m_maxItems = value; }
158 inline void SetIsTruncated(
bool value) { m_isTruncatedHasBeenSet =
true; m_isTruncated = value; }
177 inline void SetQuantity(
long value) { m_quantityHasBeenSet =
true; m_quantity = value; }
229 bool m_markerHasBeenSet;
231 bool m_nextMarkerHasBeenSet;
233 bool m_maxItemsHasBeenSet;
235 bool m_isTruncatedHasBeenSet;
237 bool m_quantityHasBeenSet;
239 bool m_itemsHasBeenSet;
StreamingDistributionList & AddItems(StreamingDistributionSummary &&value)
const Aws::Vector< StreamingDistributionSummary > & GetItems() const
std::vector< T, Aws::Allocator< T > > Vector
StreamingDistributionList & WithQuantity(long value)
const Aws::String & GetNextMarker() const
StreamingDistributionList & WithItems(const Aws::Vector< StreamingDistributionSummary > &value)
const Aws::String & GetMarker() const
StreamingDistributionList & WithItems(Aws::Vector< StreamingDistributionSummary > &&value)
void SetItems(const Aws::Vector< StreamingDistributionSummary > &value)
StreamingDistributionList & WithMarker(Aws::String &&value)
void SetIsTruncated(bool value)
StreamingDistributionList & WithMarker(const Aws::String &value)
#define AWS_CLOUDFRONT_API
void SetMaxItems(long value)
StreamingDistributionList & WithNextMarker(const Aws::String &value)
StreamingDistributionList & WithNextMarker(Aws::String &&value)
void SetNextMarker(const Aws::String &value)
void SetQuantity(long value)
StreamingDistributionList & WithNextMarker(const char *value)
StreamingDistributionList & WithIsTruncated(bool value)
void SetNextMarker(Aws::String &&value)
void SetMarker(const char *value)
void SetNextMarker(const char *value)
void SetMarker(Aws::String &&value)
void SetItems(Aws::Vector< StreamingDistributionSummary > &&value)
StreamingDistributionList & WithMarker(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetMarker(const Aws::String &value)
StreamingDistributionList & WithMaxItems(long value)
StreamingDistributionList & AddItems(const StreamingDistributionSummary &value)
JSON (JavaScript Object Notation).
bool GetIsTruncated() const