#include <DistributionList.h>
A distribution list.
See Also:
AWS API Reference
Definition at line 32 of file DistributionList.h.
◆ DistributionList() [1/2]
Aws::CloudFront::Model::DistributionList::DistributionList |
( |
| ) |
|
◆ DistributionList() [2/2]
◆ AddItems() [1/2]
◆ AddItems() [2/2]
◆ AddToNode()
◆ GetIsTruncated()
bool Aws::CloudFront::Model::DistributionList::GetIsTruncated |
( |
| ) |
const |
|
inline |
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Definition at line 167 of file DistributionList.h.
◆ GetItems()
◆ GetMarker()
const Aws::String& Aws::CloudFront::Model::DistributionList::GetMarker |
( |
| ) |
const |
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 45 of file DistributionList.h.
◆ GetMaxItems()
int Aws::CloudFront::Model::DistributionList::GetMaxItems |
( |
| ) |
const |
|
inline |
The value you provided for the MaxItems
request parameter.
Definition at line 143 of file DistributionList.h.
◆ GetNextMarker()
const Aws::String& Aws::CloudFront::Model::DistributionList::GetNextMarker |
( |
| ) |
const |
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 88 of file DistributionList.h.
◆ GetQuantity()
int Aws::CloudFront::Model::DistributionList::GetQuantity |
( |
| ) |
const |
|
inline |
The number of distributions that were created by the current AWS account.
Definition at line 198 of file DistributionList.h.
◆ IsTruncatedHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::IsTruncatedHasBeenSet |
( |
| ) |
const |
|
inline |
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Definition at line 175 of file DistributionList.h.
◆ ItemsHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::ItemsHasBeenSet |
( |
| ) |
const |
|
inline |
◆ MarkerHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::MarkerHasBeenSet |
( |
| ) |
const |
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 50 of file DistributionList.h.
◆ MaxItemsHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::MaxItemsHasBeenSet |
( |
| ) |
const |
|
inline |
The value you provided for the MaxItems
request parameter.
Definition at line 148 of file DistributionList.h.
◆ NextMarkerHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::NextMarkerHasBeenSet |
( |
| ) |
const |
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 95 of file DistributionList.h.
◆ operator=()
◆ QuantityHasBeenSet()
bool Aws::CloudFront::Model::DistributionList::QuantityHasBeenSet |
( |
| ) |
const |
|
inline |
The number of distributions that were created by the current AWS account.
Definition at line 204 of file DistributionList.h.
◆ SetIsTruncated()
void Aws::CloudFront::Model::DistributionList::SetIsTruncated |
( |
bool |
value | ) |
|
|
inline |
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Definition at line 183 of file DistributionList.h.
◆ SetItems() [1/2]
◆ SetItems() [2/2]
◆ SetMarker() [1/3]
void Aws::CloudFront::Model::DistributionList::SetMarker |
( |
Aws::String && |
value | ) |
|
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 60 of file DistributionList.h.
◆ SetMarker() [2/3]
void Aws::CloudFront::Model::DistributionList::SetMarker |
( |
const Aws::String & |
value | ) |
|
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 55 of file DistributionList.h.
◆ SetMarker() [3/3]
void Aws::CloudFront::Model::DistributionList::SetMarker |
( |
const char * |
value | ) |
|
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 65 of file DistributionList.h.
◆ SetMaxItems()
void Aws::CloudFront::Model::DistributionList::SetMaxItems |
( |
int |
value | ) |
|
|
inline |
The value you provided for the MaxItems
request parameter.
Definition at line 153 of file DistributionList.h.
◆ SetNextMarker() [1/3]
void Aws::CloudFront::Model::DistributionList::SetNextMarker |
( |
Aws::String && |
value | ) |
|
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 109 of file DistributionList.h.
◆ SetNextMarker() [2/3]
void Aws::CloudFront::Model::DistributionList::SetNextMarker |
( |
const Aws::String & |
value | ) |
|
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 102 of file DistributionList.h.
◆ SetNextMarker() [3/3]
void Aws::CloudFront::Model::DistributionList::SetNextMarker |
( |
const char * |
value | ) |
|
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 116 of file DistributionList.h.
◆ SetQuantity()
void Aws::CloudFront::Model::DistributionList::SetQuantity |
( |
int |
value | ) |
|
|
inline |
The number of distributions that were created by the current AWS account.
Definition at line 210 of file DistributionList.h.
◆ WithIsTruncated()
DistributionList& Aws::CloudFront::Model::DistributionList::WithIsTruncated |
( |
bool |
value | ) |
|
|
inline |
A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker
request parameter to retrieve more distributions in the list.
Definition at line 191 of file DistributionList.h.
◆ WithItems() [1/2]
◆ WithItems() [2/2]
◆ WithMarker() [1/3]
The value you provided for the Marker
request parameter.
Definition at line 75 of file DistributionList.h.
◆ WithMarker() [2/3]
The value you provided for the Marker
request parameter.
Definition at line 70 of file DistributionList.h.
◆ WithMarker() [3/3]
DistributionList& Aws::CloudFront::Model::DistributionList::WithMarker |
( |
const char * |
value | ) |
|
|
inline |
The value you provided for the Marker
request parameter.
Definition at line 80 of file DistributionList.h.
◆ WithMaxItems()
DistributionList& Aws::CloudFront::Model::DistributionList::WithMaxItems |
( |
int |
value | ) |
|
|
inline |
The value you provided for the MaxItems
request parameter.
Definition at line 158 of file DistributionList.h.
◆ WithNextMarker() [1/3]
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 130 of file DistributionList.h.
◆ WithNextMarker() [2/3]
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 123 of file DistributionList.h.
◆ WithNextMarker() [3/3]
DistributionList& Aws::CloudFront::Model::DistributionList::WithNextMarker |
( |
const char * |
value | ) |
|
|
inline |
If IsTruncated
is true
, this element is present and contains the value you can use for the Marker
request parameter to continue listing your distributions where they left off.
Definition at line 137 of file DistributionList.h.
◆ WithQuantity()
DistributionList& Aws::CloudFront::Model::DistributionList::WithQuantity |
( |
int |
value | ) |
|
|
inline |
The number of distributions that were created by the current AWS account.
Definition at line 216 of file DistributionList.h.
The documentation for this class was generated from the following file: