#[non_exhaustive]pub struct ListSolutionVersionsInput { /* private fields */ }
Implementations§
source§impl ListSolutionVersionsInput
impl ListSolutionVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSolutionVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSolutionVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSolutionVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSolutionVersionsInput
.
source§impl ListSolutionVersionsInput
impl ListSolutionVersionsInput
sourcepub fn solution_arn(&self) -> Option<&str>
pub fn solution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the solution.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from the previous call to ListSolutionVersions
for getting the next set of solution versions (if they exist).
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of solution versions to return.
Trait Implementations§
source§impl Clone for ListSolutionVersionsInput
impl Clone for ListSolutionVersionsInput
source§fn clone(&self) -> ListSolutionVersionsInput
fn clone(&self) -> ListSolutionVersionsInput
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 ListSolutionVersionsInput
impl Debug for ListSolutionVersionsInput
source§impl PartialEq<ListSolutionVersionsInput> for ListSolutionVersionsInput
impl PartialEq<ListSolutionVersionsInput> for ListSolutionVersionsInput
source§fn eq(&self, other: &ListSolutionVersionsInput) -> bool
fn eq(&self, other: &ListSolutionVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.