Struct aws_sdk_cloudfront::model::distribution_list::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DistributionList
Implementations
The value you provided for the Marker
request parameter.
The value you provided for the Marker
request parameter.
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.
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.
The value you provided for the MaxItems
request parameter.
The value you provided for the MaxItems
request parameter.
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.
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.
The number of distributions that were created by the current Amazon Web Services account.
The number of distributions that were created by the current Amazon Web Services account.
Appends an item to items
.
To override the contents of this collection use set_items
.
A complex type that contains one DistributionSummary
element for each distribution that was created by the current Amazon Web Services account.
A complex type that contains one DistributionSummary
element for each distribution that was created by the current Amazon Web Services account.
Consumes the builder and constructs a DistributionList
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more