Struct aws_sdk_cloudformation::operation::detect_stack_drift::builders::DetectStackDriftInputBuilder
source · #[non_exhaustive]pub struct DetectStackDriftInputBuilder { /* private fields */ }
Expand description
A builder for DetectStackDriftInput
.
Implementations§
source§impl DetectStackDriftInputBuilder
impl DetectStackDriftInputBuilder
sourcepub fn stack_name(self, input: impl Into<String>) -> Self
pub fn stack_name(self, input: impl Into<String>) -> Self
The name of the stack for which you want to detect drift.
This field is required.sourcepub fn set_stack_name(self, input: Option<String>) -> Self
pub fn set_stack_name(self, input: Option<String>) -> Self
The name of the stack for which you want to detect drift.
sourcepub fn get_stack_name(&self) -> &Option<String>
pub fn get_stack_name(&self) -> &Option<String>
The name of the stack for which you want to detect drift.
sourcepub fn logical_resource_ids(self, input: impl Into<String>) -> Self
pub fn logical_resource_ids(self, input: impl Into<String>) -> Self
Appends an item to logical_resource_ids
.
To override the contents of this collection use set_logical_resource_ids
.
The logical names of any resources you want to use as filters.
sourcepub fn set_logical_resource_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_logical_resource_ids(self, input: Option<Vec<String>>) -> Self
The logical names of any resources you want to use as filters.
sourcepub fn get_logical_resource_ids(&self) -> &Option<Vec<String>>
pub fn get_logical_resource_ids(&self) -> &Option<Vec<String>>
The logical names of any resources you want to use as filters.
sourcepub fn build(self) -> Result<DetectStackDriftInput, BuildError>
pub fn build(self) -> Result<DetectStackDriftInput, BuildError>
Consumes the builder and constructs a DetectStackDriftInput
.
source§impl DetectStackDriftInputBuilder
impl DetectStackDriftInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DetectStackDriftOutput, SdkError<DetectStackDriftError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DetectStackDriftOutput, SdkError<DetectStackDriftError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DetectStackDriftInputBuilder
impl Clone for DetectStackDriftInputBuilder
source§fn clone(&self) -> DetectStackDriftInputBuilder
fn clone(&self) -> DetectStackDriftInputBuilder
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 DetectStackDriftInputBuilder
impl Debug for DetectStackDriftInputBuilder
source§impl Default for DetectStackDriftInputBuilder
impl Default for DetectStackDriftInputBuilder
source§fn default() -> DetectStackDriftInputBuilder
fn default() -> DetectStackDriftInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DetectStackDriftInputBuilder
impl PartialEq for DetectStackDriftInputBuilder
source§fn eq(&self, other: &DetectStackDriftInputBuilder) -> bool
fn eq(&self, other: &DetectStackDriftInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DetectStackDriftInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DetectStackDriftInputBuilder
impl Send for DetectStackDriftInputBuilder
impl Sync for DetectStackDriftInputBuilder
impl Unpin for DetectStackDriftInputBuilder
impl UnwindSafe for DetectStackDriftInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.