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