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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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 get_prefix_lists(&self) -> &Option<Vec<PrefixList>>
pub fn get_prefix_lists(&self) -> &Option<Vec<PrefixList>>
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 for DescribePrefixListsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DescribePrefixListsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribePrefixListsOutputBuilder
impl Send for DescribePrefixListsOutputBuilder
impl Sync for DescribePrefixListsOutputBuilder
impl Unpin for DescribePrefixListsOutputBuilder
impl UnwindSafe for DescribePrefixListsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.