#[non_exhaustive]pub struct GetServiceTemplateVersionInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetServiceTemplateVersionInput
impl Clone for GetServiceTemplateVersionInput
sourcefn clone(&self) -> GetServiceTemplateVersionInput
fn clone(&self) -> GetServiceTemplateVersionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetServiceTemplateVersionInput> for GetServiceTemplateVersionInput
impl PartialEq<GetServiceTemplateVersionInput> for GetServiceTemplateVersionInput
sourcefn eq(&self, other: &GetServiceTemplateVersionInput) -> bool
fn eq(&self, other: &GetServiceTemplateVersionInput) -> bool
impl StructuralPartialEq for GetServiceTemplateVersionInput
Auto Trait Implementations
impl RefUnwindSafe for GetServiceTemplateVersionInput
impl Send for GetServiceTemplateVersionInput
impl Sync for GetServiceTemplateVersionInput
impl Unpin for GetServiceTemplateVersionInput
impl UnwindSafe for GetServiceTemplateVersionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more