Struct aws_sdk_ec2::operation::get_ebs_default_kms_key_id::builders::GetEbsDefaultKmsKeyIdOutputBuilder
source · #[non_exhaustive]pub struct GetEbsDefaultKmsKeyIdOutputBuilder { /* private fields */ }Expand description
A builder for GetEbsDefaultKmsKeyIdOutput.
Implementations§
source§impl GetEbsDefaultKmsKeyIdOutputBuilder
impl GetEbsDefaultKmsKeyIdOutputBuilder
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the default KMS key for encryption by default.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the default KMS key for encryption by default.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the default KMS key for encryption by default.
sourcepub fn build(self) -> GetEbsDefaultKmsKeyIdOutput
pub fn build(self) -> GetEbsDefaultKmsKeyIdOutput
Consumes the builder and constructs a GetEbsDefaultKmsKeyIdOutput.
Trait Implementations§
source§impl Clone for GetEbsDefaultKmsKeyIdOutputBuilder
impl Clone for GetEbsDefaultKmsKeyIdOutputBuilder
source§fn clone(&self) -> GetEbsDefaultKmsKeyIdOutputBuilder
fn clone(&self) -> GetEbsDefaultKmsKeyIdOutputBuilder
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 GetEbsDefaultKmsKeyIdOutputBuilder
impl Default for GetEbsDefaultKmsKeyIdOutputBuilder
source§fn default() -> GetEbsDefaultKmsKeyIdOutputBuilder
fn default() -> GetEbsDefaultKmsKeyIdOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetEbsDefaultKmsKeyIdOutputBuilder> for GetEbsDefaultKmsKeyIdOutputBuilder
impl PartialEq<GetEbsDefaultKmsKeyIdOutputBuilder> for GetEbsDefaultKmsKeyIdOutputBuilder
source§fn eq(&self, other: &GetEbsDefaultKmsKeyIdOutputBuilder) -> bool
fn eq(&self, other: &GetEbsDefaultKmsKeyIdOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEbsDefaultKmsKeyIdOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetEbsDefaultKmsKeyIdOutputBuilder
impl Send for GetEbsDefaultKmsKeyIdOutputBuilder
impl Sync for GetEbsDefaultKmsKeyIdOutputBuilder
impl Unpin for GetEbsDefaultKmsKeyIdOutputBuilder
impl UnwindSafe for GetEbsDefaultKmsKeyIdOutputBuilder
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