Struct aws_sdk_ec2::operation::describe_prefix_lists::builders::DescribePrefixListsOutputBuilder
source · #[non_exhaustive]pub struct DescribePrefixListsOutputBuilder { /* private fields */ }Expand description
A builder for DescribePrefixListsOutput.
Implementations§
source§impl DescribePrefixListsOutputBuilder
impl DescribePrefixListsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn prefix_lists(self, input: PrefixList) -> Self
pub fn prefix_lists(self, input: PrefixList) -> Self
Appends an item to prefix_lists.
To override the contents of this collection use set_prefix_lists.
All available prefix lists.
sourcepub fn set_prefix_lists(self, input: Option<Vec<PrefixList>>) -> Self
pub fn set_prefix_lists(self, input: Option<Vec<PrefixList>>) -> Self
All available prefix lists.
sourcepub fn build(self) -> DescribePrefixListsOutput
pub fn build(self) -> DescribePrefixListsOutput
Consumes the builder and constructs a DescribePrefixListsOutput.
Trait Implementations§
source§impl Clone for DescribePrefixListsOutputBuilder
impl Clone for DescribePrefixListsOutputBuilder
source§fn clone(&self) -> DescribePrefixListsOutputBuilder
fn clone(&self) -> DescribePrefixListsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DescribePrefixListsOutputBuilder
impl Default for DescribePrefixListsOutputBuilder
source§fn default() -> DescribePrefixListsOutputBuilder
fn default() -> DescribePrefixListsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribePrefixListsOutputBuilder> for DescribePrefixListsOutputBuilder
impl PartialEq<DescribePrefixListsOutputBuilder> for DescribePrefixListsOutputBuilder
source§fn eq(&self, other: &DescribePrefixListsOutputBuilder) -> bool
fn eq(&self, other: &DescribePrefixListsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.