Struct aws_sdk_ec2::operation::get_ebs_encryption_by_default::builders::GetEbsEncryptionByDefaultOutputBuilder
source · #[non_exhaustive]pub struct GetEbsEncryptionByDefaultOutputBuilder { /* private fields */ }
Expand description
A builder for GetEbsEncryptionByDefaultOutput
.
Implementations§
source§impl GetEbsEncryptionByDefaultOutputBuilder
impl GetEbsEncryptionByDefaultOutputBuilder
sourcepub fn ebs_encryption_by_default(self, input: bool) -> Self
pub fn ebs_encryption_by_default(self, input: bool) -> Self
Indicates whether encryption by default is enabled.
sourcepub fn set_ebs_encryption_by_default(self, input: Option<bool>) -> Self
pub fn set_ebs_encryption_by_default(self, input: Option<bool>) -> Self
Indicates whether encryption by default is enabled.
sourcepub fn build(self) -> GetEbsEncryptionByDefaultOutput
pub fn build(self) -> GetEbsEncryptionByDefaultOutput
Consumes the builder and constructs a GetEbsEncryptionByDefaultOutput
.
Trait Implementations§
source§impl Clone for GetEbsEncryptionByDefaultOutputBuilder
impl Clone for GetEbsEncryptionByDefaultOutputBuilder
source§fn clone(&self) -> GetEbsEncryptionByDefaultOutputBuilder
fn clone(&self) -> GetEbsEncryptionByDefaultOutputBuilder
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 GetEbsEncryptionByDefaultOutputBuilder
impl Default for GetEbsEncryptionByDefaultOutputBuilder
source§fn default() -> GetEbsEncryptionByDefaultOutputBuilder
fn default() -> GetEbsEncryptionByDefaultOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetEbsEncryptionByDefaultOutputBuilder> for GetEbsEncryptionByDefaultOutputBuilder
impl PartialEq<GetEbsEncryptionByDefaultOutputBuilder> for GetEbsEncryptionByDefaultOutputBuilder
source§fn eq(&self, other: &GetEbsEncryptionByDefaultOutputBuilder) -> bool
fn eq(&self, other: &GetEbsEncryptionByDefaultOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.