Struct aws_sdk_cloudformation::input::list_stacks_input::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ListStacksInput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A string that identifies the next page of stacks that you want to retrieve.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A string that identifies the next page of stacks that you want to retrieve.
sourcepub fn stack_status_filter(self, input: StackStatus) -> Self
pub fn stack_status_filter(self, input: StackStatus) -> Self
Appends an item to stack_status_filter.
To override the contents of this collection use set_stack_status_filter.
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
sourcepub fn set_stack_status_filter(self, input: Option<Vec<StackStatus>>) -> Self
pub fn set_stack_status_filter(self, input: Option<Vec<StackStatus>>) -> Self
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
sourcepub fn build(self) -> Result<ListStacksInput, BuildError>
pub fn build(self) -> Result<ListStacksInput, BuildError>
Consumes the builder and constructs a ListStacksInput.