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