#[non_exhaustive]pub struct CompatibleEnvironmentTemplateInputBuilder { /* private fields */ }
Expand description
A builder for CompatibleEnvironmentTemplateInput
.
Implementations§
source§impl CompatibleEnvironmentTemplateInputBuilder
impl CompatibleEnvironmentTemplateInputBuilder
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The compatible environment template name.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The compatible environment template name.
sourcepub fn major_version(self, input: impl Into<String>) -> Self
pub fn major_version(self, input: impl Into<String>) -> Self
The major version of the compatible environment template.
sourcepub fn set_major_version(self, input: Option<String>) -> Self
pub fn set_major_version(self, input: Option<String>) -> Self
The major version of the compatible environment template.
sourcepub fn build(self) -> CompatibleEnvironmentTemplateInput
pub fn build(self) -> CompatibleEnvironmentTemplateInput
Consumes the builder and constructs a CompatibleEnvironmentTemplateInput
.
Trait Implementations§
source§impl Clone for CompatibleEnvironmentTemplateInputBuilder
impl Clone for CompatibleEnvironmentTemplateInputBuilder
source§fn clone(&self) -> CompatibleEnvironmentTemplateInputBuilder
fn clone(&self) -> CompatibleEnvironmentTemplateInputBuilder
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 Default for CompatibleEnvironmentTemplateInputBuilder
impl Default for CompatibleEnvironmentTemplateInputBuilder
source§fn default() -> CompatibleEnvironmentTemplateInputBuilder
fn default() -> CompatibleEnvironmentTemplateInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CompatibleEnvironmentTemplateInputBuilder> for CompatibleEnvironmentTemplateInputBuilder
impl PartialEq<CompatibleEnvironmentTemplateInputBuilder> for CompatibleEnvironmentTemplateInputBuilder
source§fn eq(&self, other: &CompatibleEnvironmentTemplateInputBuilder) -> bool
fn eq(&self, other: &CompatibleEnvironmentTemplateInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.