#[non_exhaustive]pub struct GetServiceTemplateVersionInput { /* private fields */ }
Implementations§
source§impl GetServiceTemplateVersionInput
impl GetServiceTemplateVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceTemplateVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceTemplateVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetServiceTemplateVersionInput
.
source§impl GetServiceTemplateVersionInput
impl GetServiceTemplateVersionInput
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the service template a version of which you want to get detailed data for.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
To get service template major version detail data, include major Version
.
sourcepub fn minor_version(&self) -> Option<&str>
pub fn minor_version(&self) -> Option<&str>
To get service template minor version detail data, include minorVersion
.
Trait Implementations§
source§impl Clone for GetServiceTemplateVersionInput
impl Clone for GetServiceTemplateVersionInput
source§fn clone(&self) -> GetServiceTemplateVersionInput
fn clone(&self) -> GetServiceTemplateVersionInput
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<GetServiceTemplateVersionInput> for GetServiceTemplateVersionInput
impl PartialEq<GetServiceTemplateVersionInput> for GetServiceTemplateVersionInput
source§fn eq(&self, other: &GetServiceTemplateVersionInput) -> bool
fn eq(&self, other: &GetServiceTemplateVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.