Struct aws_sdk_shield::operation::delete_protection::builders::DeleteProtectionOutputBuilder
source · #[non_exhaustive]pub struct DeleteProtectionOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteProtectionOutput
.
Implementations§
source§impl DeleteProtectionOutputBuilder
impl DeleteProtectionOutputBuilder
sourcepub fn build(self) -> DeleteProtectionOutput
pub fn build(self) -> DeleteProtectionOutput
Consumes the builder and constructs a DeleteProtectionOutput
.
Trait Implementations§
source§impl Clone for DeleteProtectionOutputBuilder
impl Clone for DeleteProtectionOutputBuilder
source§fn clone(&self) -> DeleteProtectionOutputBuilder
fn clone(&self) -> DeleteProtectionOutputBuilder
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 DeleteProtectionOutputBuilder
impl Default for DeleteProtectionOutputBuilder
source§fn default() -> DeleteProtectionOutputBuilder
fn default() -> DeleteProtectionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteProtectionOutputBuilder> for DeleteProtectionOutputBuilder
impl PartialEq<DeleteProtectionOutputBuilder> for DeleteProtectionOutputBuilder
source§fn eq(&self, other: &DeleteProtectionOutputBuilder) -> bool
fn eq(&self, other: &DeleteProtectionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteProtectionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteProtectionOutputBuilder
impl Send for DeleteProtectionOutputBuilder
impl Sync for DeleteProtectionOutputBuilder
impl Unpin for DeleteProtectionOutputBuilder
impl UnwindSafe for DeleteProtectionOutputBuilder
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