#[non_exhaustive]pub struct ListApplicationStatesInput { /* private fields */ }Implementations§
source§impl ListApplicationStatesInput
impl ListApplicationStatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListApplicationStates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListApplicationStates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListApplicationStates>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationStatesInput.
source§impl ListApplicationStatesInput
impl ListApplicationStatesInput
sourcepub fn application_ids(&self) -> Option<&[String]>
pub fn application_ids(&self) -> Option<&[String]>
The configurationIds from the Application Discovery Service that uniquely identifies your applications.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of results to be returned per page.
Trait Implementations§
source§impl Clone for ListApplicationStatesInput
impl Clone for ListApplicationStatesInput
source§fn clone(&self) -> ListApplicationStatesInput
fn clone(&self) -> ListApplicationStatesInput
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 ListApplicationStatesInput
impl Debug for ListApplicationStatesInput
source§impl PartialEq<ListApplicationStatesInput> for ListApplicationStatesInput
impl PartialEq<ListApplicationStatesInput> for ListApplicationStatesInput
source§fn eq(&self, other: &ListApplicationStatesInput) -> bool
fn eq(&self, other: &ListApplicationStatesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.