#[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 build(self) -> Result<DescribeStacksInput, BuildError>
pub fn build(self) -> Result<DescribeStacksInput, BuildError>
Consumes the builder and constructs a DescribeStacksInput.
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<DescribeStacksInputBuilder> for DescribeStacksInputBuilder
impl PartialEq<DescribeStacksInputBuilder> 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 ==.