Struct aws_sdk_autoscaling::operation::cancel_instance_refresh::builders::CancelInstanceRefreshOutputBuilder
source · #[non_exhaustive]pub struct CancelInstanceRefreshOutputBuilder { /* private fields */ }Expand description
A builder for CancelInstanceRefreshOutput.
Implementations§
source§impl CancelInstanceRefreshOutputBuilder
impl CancelInstanceRefreshOutputBuilder
sourcepub fn instance_refresh_id(self, input: impl Into<String>) -> Self
pub fn instance_refresh_id(self, input: impl Into<String>) -> Self
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
sourcepub fn set_instance_refresh_id(self, input: Option<String>) -> Self
pub fn set_instance_refresh_id(self, input: Option<String>) -> Self
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
sourcepub fn get_instance_refresh_id(&self) -> &Option<String>
pub fn get_instance_refresh_id(&self) -> &Option<String>
The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.
sourcepub fn build(self) -> CancelInstanceRefreshOutput
pub fn build(self) -> CancelInstanceRefreshOutput
Consumes the builder and constructs a CancelInstanceRefreshOutput.
Trait Implementations§
source§impl Clone for CancelInstanceRefreshOutputBuilder
impl Clone for CancelInstanceRefreshOutputBuilder
source§fn clone(&self) -> CancelInstanceRefreshOutputBuilder
fn clone(&self) -> CancelInstanceRefreshOutputBuilder
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 CancelInstanceRefreshOutputBuilder
impl Default for CancelInstanceRefreshOutputBuilder
source§fn default() -> CancelInstanceRefreshOutputBuilder
fn default() -> CancelInstanceRefreshOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CancelInstanceRefreshOutputBuilder
impl PartialEq for CancelInstanceRefreshOutputBuilder
source§fn eq(&self, other: &CancelInstanceRefreshOutputBuilder) -> bool
fn eq(&self, other: &CancelInstanceRefreshOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CancelInstanceRefreshOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CancelInstanceRefreshOutputBuilder
impl Send for CancelInstanceRefreshOutputBuilder
impl Sync for CancelInstanceRefreshOutputBuilder
impl Unpin for CancelInstanceRefreshOutputBuilder
impl UnwindSafe for CancelInstanceRefreshOutputBuilder
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.