Struct aws_sdk_cloudformation::operation::detect_stack_resource_drift::builders::DetectStackResourceDriftOutputBuilder
source · #[non_exhaustive]pub struct DetectStackResourceDriftOutputBuilder { /* private fields */ }
Expand description
A builder for DetectStackResourceDriftOutput
.
Implementations§
source§impl DetectStackResourceDriftOutputBuilder
impl DetectStackResourceDriftOutputBuilder
sourcepub fn stack_resource_drift(self, input: StackResourceDrift) -> Self
pub fn stack_resource_drift(self, input: StackResourceDrift) -> Self
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
sourcepub fn set_stack_resource_drift(self, input: Option<StackResourceDrift>) -> Self
pub fn set_stack_resource_drift(self, input: Option<StackResourceDrift>) -> Self
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
sourcepub fn build(self) -> DetectStackResourceDriftOutput
pub fn build(self) -> DetectStackResourceDriftOutput
Consumes the builder and constructs a DetectStackResourceDriftOutput
.
Trait Implementations§
source§impl Clone for DetectStackResourceDriftOutputBuilder
impl Clone for DetectStackResourceDriftOutputBuilder
source§fn clone(&self) -> DetectStackResourceDriftOutputBuilder
fn clone(&self) -> DetectStackResourceDriftOutputBuilder
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 DetectStackResourceDriftOutputBuilder
impl Default for DetectStackResourceDriftOutputBuilder
source§fn default() -> DetectStackResourceDriftOutputBuilder
fn default() -> DetectStackResourceDriftOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DetectStackResourceDriftOutputBuilder> for DetectStackResourceDriftOutputBuilder
impl PartialEq<DetectStackResourceDriftOutputBuilder> for DetectStackResourceDriftOutputBuilder
source§fn eq(&self, other: &DetectStackResourceDriftOutputBuilder) -> bool
fn eq(&self, other: &DetectStackResourceDriftOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DetectStackResourceDriftOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DetectStackResourceDriftOutputBuilder
impl Send for DetectStackResourceDriftOutputBuilder
impl Sync for DetectStackResourceDriftOutputBuilder
impl Unpin for DetectStackResourceDriftOutputBuilder
impl UnwindSafe for DetectStackResourceDriftOutputBuilder
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