#[non_exhaustive]pub struct ListAssociatedStacksInput { /* private fields */ }Implementations§
source§impl ListAssociatedStacksInput
impl ListAssociatedStacksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAssociatedStacks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAssociatedStacks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAssociatedStacks>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAssociatedStacksInput.
source§impl ListAssociatedStacksInput
impl ListAssociatedStacksInput
sourcepub fn fleet_name(&self) -> Option<&str>
pub fn fleet_name(&self) -> Option<&str>
The name of the fleet.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for ListAssociatedStacksInput
impl Clone for ListAssociatedStacksInput
source§fn clone(&self) -> ListAssociatedStacksInput
fn clone(&self) -> ListAssociatedStacksInput
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 ListAssociatedStacksInput
impl Debug for ListAssociatedStacksInput
source§impl PartialEq<ListAssociatedStacksInput> for ListAssociatedStacksInput
impl PartialEq<ListAssociatedStacksInput> for ListAssociatedStacksInput
source§fn eq(&self, other: &ListAssociatedStacksInput) -> bool
fn eq(&self, other: &ListAssociatedStacksInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.