#[non_exhaustive]pub struct DescribeStacksInputBuilder { /* private fields */ }
Expand description
A builder for DescribeStacksInput
.
Implementations§
source§impl DescribeStacksInputBuilder
impl DescribeStacksInputBuilder
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names
.
To override the contents of this collection use set_names
.
The names of the stacks to describe.
sourcepub fn set_names(self, input: Option<Vec<String>>) -> Self
pub fn set_names(self, input: Option<Vec<String>>) -> Self
The names of the stacks to describe.
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 this value is null, it retrieves the first page.
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 this value is null, it retrieves the first page.
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 this value is null, it retrieves the first page.
sourcepub fn build(self) -> Result<DescribeStacksInput, BuildError>
pub fn build(self) -> Result<DescribeStacksInput, BuildError>
Consumes the builder and constructs a DescribeStacksInput
.
source§impl DescribeStacksInputBuilder
impl DescribeStacksInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeStacksOutput, SdkError<DescribeStacksError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeStacksOutput, SdkError<DescribeStacksError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeStacksInputBuilder
impl Clone for DescribeStacksInputBuilder
source§fn clone(&self) -> DescribeStacksInputBuilder
fn clone(&self) -> DescribeStacksInputBuilder
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 DescribeStacksInputBuilder
impl Debug for DescribeStacksInputBuilder
source§impl Default for DescribeStacksInputBuilder
impl Default for DescribeStacksInputBuilder
source§fn default() -> DescribeStacksInputBuilder
fn default() -> DescribeStacksInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeStacksInputBuilder
impl PartialEq for DescribeStacksInputBuilder
source§fn eq(&self, other: &DescribeStacksInputBuilder) -> bool
fn eq(&self, other: &DescribeStacksInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeStacksInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStacksInputBuilder
impl Send for DescribeStacksInputBuilder
impl Sync for DescribeStacksInputBuilder
impl Unpin for DescribeStacksInputBuilder
impl UnwindSafe for DescribeStacksInputBuilder
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.