#[non_exhaustive]pub struct ListServiceTemplateVersionsInput { /* private fields */ }
Implementations§
source§impl ListServiceTemplateVersionsInput
impl ListServiceTemplateVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplateVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplateVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListServiceTemplateVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListServiceTemplateVersionsInput
.
source§impl ListServiceTemplateVersionsInput
impl ListServiceTemplateVersionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of major or minor versions of a service template to list.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the service template.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
To view a list of minor of versions under a major version of a service template, include major Version
.
To view a list of major versions of a service template, exclude major Version
.
Trait Implementations§
source§impl Clone for ListServiceTemplateVersionsInput
impl Clone for ListServiceTemplateVersionsInput
source§fn clone(&self) -> ListServiceTemplateVersionsInput
fn clone(&self) -> ListServiceTemplateVersionsInput
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 PartialEq<ListServiceTemplateVersionsInput> for ListServiceTemplateVersionsInput
impl PartialEq<ListServiceTemplateVersionsInput> for ListServiceTemplateVersionsInput
source§fn eq(&self, other: &ListServiceTemplateVersionsInput) -> bool
fn eq(&self, other: &ListServiceTemplateVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.