Struct aws_sdk_cloudformation::operation::update_stack_set::builders::UpdateStackSetOutputBuilder
source · #[non_exhaustive]pub struct UpdateStackSetOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateStackSetOutput
.
Implementations§
source§impl UpdateStackSetOutputBuilder
impl UpdateStackSetOutputBuilder
sourcepub fn operation_id(self, input: impl Into<String>) -> Self
pub fn operation_id(self, input: impl Into<String>) -> Self
The unique ID for this stack set operation.
sourcepub fn set_operation_id(self, input: Option<String>) -> Self
pub fn set_operation_id(self, input: Option<String>) -> Self
The unique ID for this stack set operation.
sourcepub fn get_operation_id(&self) -> &Option<String>
pub fn get_operation_id(&self) -> &Option<String>
The unique ID for this stack set operation.
sourcepub fn build(self) -> UpdateStackSetOutput
pub fn build(self) -> UpdateStackSetOutput
Consumes the builder and constructs a UpdateStackSetOutput
.
Trait Implementations§
source§impl Clone for UpdateStackSetOutputBuilder
impl Clone for UpdateStackSetOutputBuilder
source§fn clone(&self) -> UpdateStackSetOutputBuilder
fn clone(&self) -> UpdateStackSetOutputBuilder
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 UpdateStackSetOutputBuilder
impl Debug for UpdateStackSetOutputBuilder
source§impl Default for UpdateStackSetOutputBuilder
impl Default for UpdateStackSetOutputBuilder
source§fn default() -> UpdateStackSetOutputBuilder
fn default() -> UpdateStackSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateStackSetOutputBuilder
impl PartialEq for UpdateStackSetOutputBuilder
source§fn eq(&self, other: &UpdateStackSetOutputBuilder) -> bool
fn eq(&self, other: &UpdateStackSetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateStackSetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateStackSetOutputBuilder
impl Send for UpdateStackSetOutputBuilder
impl Sync for UpdateStackSetOutputBuilder
impl Unpin for UpdateStackSetOutputBuilder
impl UnwindSafe for UpdateStackSetOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.