#[non_exhaustive]pub struct DescribeStacksOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeStacksOutput
.
Implementations§
source§impl DescribeStacksOutputBuilder
impl DescribeStacksOutputBuilder
sourcepub fn stacks(self, input: Stack) -> Self
pub fn stacks(self, input: Stack) -> Self
Appends an item to stacks
.
To override the contents of this collection use set_stacks
.
Information about the stacks.
sourcepub fn set_stacks(self, input: Option<Vec<Stack>>) -> Self
pub fn set_stacks(self, input: Option<Vec<Stack>>) -> Self
Information about the stacks.
sourcepub fn get_stacks(&self) -> &Option<Vec<Stack>>
pub fn get_stacks(&self) -> &Option<Vec<Stack>>
Information about the stacks.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn build(self) -> DescribeStacksOutput
pub fn build(self) -> DescribeStacksOutput
Consumes the builder and constructs a DescribeStacksOutput
.
Trait Implementations§
source§impl Clone for DescribeStacksOutputBuilder
impl Clone for DescribeStacksOutputBuilder
source§fn clone(&self) -> DescribeStacksOutputBuilder
fn clone(&self) -> DescribeStacksOutputBuilder
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 DescribeStacksOutputBuilder
impl Debug for DescribeStacksOutputBuilder
source§impl Default for DescribeStacksOutputBuilder
impl Default for DescribeStacksOutputBuilder
source§fn default() -> DescribeStacksOutputBuilder
fn default() -> DescribeStacksOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeStacksOutputBuilder
impl PartialEq for DescribeStacksOutputBuilder
source§fn eq(&self, other: &DescribeStacksOutputBuilder) -> bool
fn eq(&self, other: &DescribeStacksOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeStacksOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStacksOutputBuilder
impl Send for DescribeStacksOutputBuilder
impl Sync for DescribeStacksOutputBuilder
impl Unpin for DescribeStacksOutputBuilder
impl UnwindSafe for DescribeStacksOutputBuilder
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.