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<DeleteManagedPrefixListOutputBuilder> for DeleteManagedPrefixListOutputBuilder
impl PartialEq<DeleteManagedPrefixListOutputBuilder> 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 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