#[non_exhaustive]pub struct UpdateEnvironmentTemplateInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateEnvironmentTemplateInput
impl Clone for UpdateEnvironmentTemplateInput
sourcefn clone(&self) -> UpdateEnvironmentTemplateInput
fn clone(&self) -> UpdateEnvironmentTemplateInput
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<UpdateEnvironmentTemplateInput> for UpdateEnvironmentTemplateInput
impl PartialEq<UpdateEnvironmentTemplateInput> for UpdateEnvironmentTemplateInput
sourcefn eq(&self, other: &UpdateEnvironmentTemplateInput) -> bool
fn eq(&self, other: &UpdateEnvironmentTemplateInput) -> bool
impl StructuralPartialEq for UpdateEnvironmentTemplateInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEnvironmentTemplateInput
impl Send for UpdateEnvironmentTemplateInput
impl Sync for UpdateEnvironmentTemplateInput
impl Unpin for UpdateEnvironmentTemplateInput
impl UnwindSafe for UpdateEnvironmentTemplateInput
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