Struct aws_sdk_ec2::operation::create_launch_template_version::builders::CreateLaunchTemplateVersionOutputBuilder
source · #[non_exhaustive]pub struct CreateLaunchTemplateVersionOutputBuilder { /* private fields */ }
Expand description
A builder for CreateLaunchTemplateVersionOutput
.
Implementations§
source§impl CreateLaunchTemplateVersionOutputBuilder
impl CreateLaunchTemplateVersionOutputBuilder
sourcepub fn launch_template_version(self, input: LaunchTemplateVersion) -> Self
pub fn launch_template_version(self, input: LaunchTemplateVersion) -> Self
Information about the launch template version.
sourcepub fn set_launch_template_version(
self,
input: Option<LaunchTemplateVersion>
) -> Self
pub fn set_launch_template_version( self, input: Option<LaunchTemplateVersion> ) -> Self
Information about the launch template version.
sourcepub fn get_launch_template_version(&self) -> &Option<LaunchTemplateVersion>
pub fn get_launch_template_version(&self) -> &Option<LaunchTemplateVersion>
Information about the launch template version.
sourcepub fn warning(self, input: ValidationWarning) -> Self
pub fn warning(self, input: ValidationWarning) -> Self
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
sourcepub fn set_warning(self, input: Option<ValidationWarning>) -> Self
pub fn set_warning(self, input: Option<ValidationWarning>) -> Self
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
sourcepub fn get_warning(&self) -> &Option<ValidationWarning>
pub fn get_warning(&self) -> &Option<ValidationWarning>
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
sourcepub fn build(self) -> CreateLaunchTemplateVersionOutput
pub fn build(self) -> CreateLaunchTemplateVersionOutput
Consumes the builder and constructs a CreateLaunchTemplateVersionOutput
.
Trait Implementations§
source§impl Clone for CreateLaunchTemplateVersionOutputBuilder
impl Clone for CreateLaunchTemplateVersionOutputBuilder
source§fn clone(&self) -> CreateLaunchTemplateVersionOutputBuilder
fn clone(&self) -> CreateLaunchTemplateVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateLaunchTemplateVersionOutputBuilder
impl Default for CreateLaunchTemplateVersionOutputBuilder
source§fn default() -> CreateLaunchTemplateVersionOutputBuilder
fn default() -> CreateLaunchTemplateVersionOutputBuilder
source§impl PartialEq<CreateLaunchTemplateVersionOutputBuilder> for CreateLaunchTemplateVersionOutputBuilder
impl PartialEq<CreateLaunchTemplateVersionOutputBuilder> for CreateLaunchTemplateVersionOutputBuilder
source§fn eq(&self, other: &CreateLaunchTemplateVersionOutputBuilder) -> bool
fn eq(&self, other: &CreateLaunchTemplateVersionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.