Struct aws_sdk_cloudformation::operation::describe_stack_resource::builders::DescribeStackResourceOutputBuilder
source · #[non_exhaustive]pub struct DescribeStackResourceOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeStackResourceOutput
.
Implementations§
source§impl DescribeStackResourceOutputBuilder
impl DescribeStackResourceOutputBuilder
sourcepub fn stack_resource_detail(self, input: StackResourceDetail) -> Self
pub fn stack_resource_detail(self, input: StackResourceDetail) -> Self
A StackResourceDetail
structure containing the description of the specified resource in the specified stack.
sourcepub fn set_stack_resource_detail(
self,
input: Option<StackResourceDetail>
) -> Self
pub fn set_stack_resource_detail( self, input: Option<StackResourceDetail> ) -> Self
A StackResourceDetail
structure containing the description of the specified resource in the specified stack.
sourcepub fn build(self) -> DescribeStackResourceOutput
pub fn build(self) -> DescribeStackResourceOutput
Consumes the builder and constructs a DescribeStackResourceOutput
.
Trait Implementations§
source§impl Clone for DescribeStackResourceOutputBuilder
impl Clone for DescribeStackResourceOutputBuilder
source§fn clone(&self) -> DescribeStackResourceOutputBuilder
fn clone(&self) -> DescribeStackResourceOutputBuilder
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 DescribeStackResourceOutputBuilder
impl Default for DescribeStackResourceOutputBuilder
source§fn default() -> DescribeStackResourceOutputBuilder
fn default() -> DescribeStackResourceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeStackResourceOutputBuilder> for DescribeStackResourceOutputBuilder
impl PartialEq<DescribeStackResourceOutputBuilder> for DescribeStackResourceOutputBuilder
source§fn eq(&self, other: &DescribeStackResourceOutputBuilder) -> bool
fn eq(&self, other: &DescribeStackResourceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeStackResourceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStackResourceOutputBuilder
impl Send for DescribeStackResourceOutputBuilder
impl Sync for DescribeStackResourceOutputBuilder
impl Unpin for DescribeStackResourceOutputBuilder
impl UnwindSafe for DescribeStackResourceOutputBuilder
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