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