Struct aws_sdk_ec2::operation::delete_managed_prefix_list::builders::DeleteManagedPrefixListOutputBuilder
source · #[non_exhaustive]pub struct DeleteManagedPrefixListOutputBuilder { /* private fields */ }Expand description
A builder for DeleteManagedPrefixListOutput.
Implementations§
source§impl DeleteManagedPrefixListOutputBuilder
impl DeleteManagedPrefixListOutputBuilder
sourcepub fn prefix_list(self, input: ManagedPrefixList) -> Self
pub fn prefix_list(self, input: ManagedPrefixList) -> Self
Information about the prefix list.
sourcepub fn set_prefix_list(self, input: Option<ManagedPrefixList>) -> Self
pub fn set_prefix_list(self, input: Option<ManagedPrefixList>) -> Self
Information about the prefix list.
sourcepub fn get_prefix_list(&self) -> &Option<ManagedPrefixList>
pub fn get_prefix_list(&self) -> &Option<ManagedPrefixList>
Information about the prefix list.
sourcepub fn build(self) -> DeleteManagedPrefixListOutput
pub fn build(self) -> DeleteManagedPrefixListOutput
Consumes the builder and constructs a DeleteManagedPrefixListOutput.
Trait Implementations§
source§impl Clone for DeleteManagedPrefixListOutputBuilder
impl Clone for DeleteManagedPrefixListOutputBuilder
source§fn clone(&self) -> DeleteManagedPrefixListOutputBuilder
fn clone(&self) -> DeleteManagedPrefixListOutputBuilder
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 DeleteManagedPrefixListOutputBuilder
impl Default for DeleteManagedPrefixListOutputBuilder
source§fn default() -> DeleteManagedPrefixListOutputBuilder
fn default() -> DeleteManagedPrefixListOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteManagedPrefixListOutputBuilder
impl PartialEq for DeleteManagedPrefixListOutputBuilder
source§fn eq(&self, other: &DeleteManagedPrefixListOutputBuilder) -> bool
fn eq(&self, other: &DeleteManagedPrefixListOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteManagedPrefixListOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteManagedPrefixListOutputBuilder
impl RefUnwindSafe for DeleteManagedPrefixListOutputBuilder
impl Send for DeleteManagedPrefixListOutputBuilder
impl Sync for DeleteManagedPrefixListOutputBuilder
impl Unpin for DeleteManagedPrefixListOutputBuilder
impl UnwindSafe for DeleteManagedPrefixListOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.