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