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