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