Struct aws_sdk_cloudformation::operation::create_stack_set::builders::CreateStackSetOutputBuilder
source · #[non_exhaustive]pub struct CreateStackSetOutputBuilder { /* private fields */ }
Expand description
A builder for CreateStackSetOutput
.
Implementations§
source§impl CreateStackSetOutputBuilder
impl CreateStackSetOutputBuilder
sourcepub fn stack_set_id(self, input: impl Into<String>) -> Self
pub fn stack_set_id(self, input: impl Into<String>) -> Self
The ID of the stack set that you're creating.
sourcepub fn set_stack_set_id(self, input: Option<String>) -> Self
pub fn set_stack_set_id(self, input: Option<String>) -> Self
The ID of the stack set that you're creating.
sourcepub fn build(self) -> CreateStackSetOutput
pub fn build(self) -> CreateStackSetOutput
Consumes the builder and constructs a CreateStackSetOutput
.
Trait Implementations§
source§impl Clone for CreateStackSetOutputBuilder
impl Clone for CreateStackSetOutputBuilder
source§fn clone(&self) -> CreateStackSetOutputBuilder
fn clone(&self) -> CreateStackSetOutputBuilder
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 CreateStackSetOutputBuilder
impl Debug for CreateStackSetOutputBuilder
source§impl Default for CreateStackSetOutputBuilder
impl Default for CreateStackSetOutputBuilder
source§fn default() -> CreateStackSetOutputBuilder
fn default() -> CreateStackSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateStackSetOutputBuilder> for CreateStackSetOutputBuilder
impl PartialEq<CreateStackSetOutputBuilder> for CreateStackSetOutputBuilder
source§fn eq(&self, other: &CreateStackSetOutputBuilder) -> bool
fn eq(&self, other: &CreateStackSetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateStackSetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateStackSetOutputBuilder
impl Send for CreateStackSetOutputBuilder
impl Sync for CreateStackSetOutputBuilder
impl Unpin for CreateStackSetOutputBuilder
impl UnwindSafe for CreateStackSetOutputBuilder
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