Struct aws_sdk_proton::input::UpdateServiceTemplateInput
source · #[non_exhaustive]pub struct UpdateServiceTemplateInput { /* private fields */ }
Implementations§
source§impl UpdateServiceTemplateInput
impl UpdateServiceTemplateInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceTemplate, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateServiceTemplate, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateServiceTemplate
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceTemplateInput
.
source§impl UpdateServiceTemplateInput
impl UpdateServiceTemplateInput
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the service template to update that's displayed in the developer interface.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the service template update.
Trait Implementations§
source§impl Clone for UpdateServiceTemplateInput
impl Clone for UpdateServiceTemplateInput
source§fn clone(&self) -> UpdateServiceTemplateInput
fn clone(&self) -> UpdateServiceTemplateInput
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 UpdateServiceTemplateInput
impl Debug for UpdateServiceTemplateInput
source§impl PartialEq<UpdateServiceTemplateInput> for UpdateServiceTemplateInput
impl PartialEq<UpdateServiceTemplateInput> for UpdateServiceTemplateInput
source§fn eq(&self, other: &UpdateServiceTemplateInput) -> bool
fn eq(&self, other: &UpdateServiceTemplateInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.