#[non_exhaustive]pub struct LaunchTemplateHibernationOptionsRequestBuilder { /* private fields */ }
Expand description
A builder for LaunchTemplateHibernationOptionsRequest
.
Implementations§
source§impl LaunchTemplateHibernationOptionsRequestBuilder
impl LaunchTemplateHibernationOptionsRequestBuilder
sourcepub fn configured(self, input: bool) -> Self
pub fn configured(self, input: bool) -> Self
If you set this parameter to true
, the instance is enabled for hibernation.
Default: false
sourcepub fn set_configured(self, input: Option<bool>) -> Self
pub fn set_configured(self, input: Option<bool>) -> Self
If you set this parameter to true
, the instance is enabled for hibernation.
Default: false
sourcepub fn build(self) -> LaunchTemplateHibernationOptionsRequest
pub fn build(self) -> LaunchTemplateHibernationOptionsRequest
Consumes the builder and constructs a LaunchTemplateHibernationOptionsRequest
.
Trait Implementations§
source§impl Clone for LaunchTemplateHibernationOptionsRequestBuilder
impl Clone for LaunchTemplateHibernationOptionsRequestBuilder
source§fn clone(&self) -> LaunchTemplateHibernationOptionsRequestBuilder
fn clone(&self) -> LaunchTemplateHibernationOptionsRequestBuilder
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 LaunchTemplateHibernationOptionsRequestBuilder
impl Default for LaunchTemplateHibernationOptionsRequestBuilder
source§fn default() -> LaunchTemplateHibernationOptionsRequestBuilder
fn default() -> LaunchTemplateHibernationOptionsRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LaunchTemplateHibernationOptionsRequestBuilder> for LaunchTemplateHibernationOptionsRequestBuilder
impl PartialEq<LaunchTemplateHibernationOptionsRequestBuilder> for LaunchTemplateHibernationOptionsRequestBuilder
source§fn eq(&self, other: &LaunchTemplateHibernationOptionsRequestBuilder) -> bool
fn eq(&self, other: &LaunchTemplateHibernationOptionsRequestBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.