Struct aws_sdk_cloudformation::operation::detect_stack_set_drift::builders::DetectStackSetDriftOutputBuilder
source · #[non_exhaustive]pub struct DetectStackSetDriftOutputBuilder { /* private fields */ }Expand description
A builder for DetectStackSetDriftOutput.
Implementations§
source§impl DetectStackSetDriftOutputBuilder
impl DetectStackSetDriftOutputBuilder
sourcepub fn operation_id(self, input: impl Into<String>) -> Self
pub fn operation_id(self, input: impl Into<String>) -> Self
The ID of the drift detection stack set operation.
You can use this operation ID with to monitor the progress of the drift detection operation.DescribeStackSetOperation
sourcepub fn set_operation_id(self, input: Option<String>) -> Self
pub fn set_operation_id(self, input: Option<String>) -> Self
The ID of the drift detection stack set operation.
You can use this operation ID with to monitor the progress of the drift detection operation.DescribeStackSetOperation
sourcepub fn build(self) -> DetectStackSetDriftOutput
pub fn build(self) -> DetectStackSetDriftOutput
Consumes the builder and constructs a DetectStackSetDriftOutput.
Trait Implementations§
source§impl Clone for DetectStackSetDriftOutputBuilder
impl Clone for DetectStackSetDriftOutputBuilder
source§fn clone(&self) -> DetectStackSetDriftOutputBuilder
fn clone(&self) -> DetectStackSetDriftOutputBuilder
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 DetectStackSetDriftOutputBuilder
impl Default for DetectStackSetDriftOutputBuilder
source§fn default() -> DetectStackSetDriftOutputBuilder
fn default() -> DetectStackSetDriftOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DetectStackSetDriftOutputBuilder> for DetectStackSetDriftOutputBuilder
impl PartialEq<DetectStackSetDriftOutputBuilder> for DetectStackSetDriftOutputBuilder
source§fn eq(&self, other: &DetectStackSetDriftOutputBuilder) -> bool
fn eq(&self, other: &DetectStackSetDriftOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.