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