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