Struct aws_sdk_securityhub::types::builders::AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
source · #[non_exhaustive]pub struct AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEc2LaunchTemplateDataEnclaveOptionsDetails
.
Implementations§
source§impl AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
If this parameter is set to true
, the instance is enabled for Amazon Web Services Nitro Enclaves.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
If this parameter is set to true
, the instance is enabled for Amazon Web Services Nitro Enclaves.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
If this parameter is set to true
, the instance is enabled for Amazon Web Services Nitro Enclaves.
sourcepub fn build(self) -> AwsEc2LaunchTemplateDataEnclaveOptionsDetails
pub fn build(self) -> AwsEc2LaunchTemplateDataEnclaveOptionsDetails
Consumes the builder and constructs a AwsEc2LaunchTemplateDataEnclaveOptionsDetails
.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl Clone for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
source§fn clone(&self) -> AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
fn clone(&self) -> AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
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 AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl Default for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
source§fn default() -> AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
fn default() -> AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder> for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl PartialEq<AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder> for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
source§fn eq(
&self,
other: &AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl Send for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl Sync for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl Unpin for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
impl UnwindSafe for AwsEc2LaunchTemplateDataEnclaveOptionsDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more