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 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<UpdateStackSetOutputBuilder> for UpdateStackSetOutputBuilder
impl PartialEq<UpdateStackSetOutputBuilder> 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 ==.