Struct aws_sdk_cloudfront::operation::get_field_level_encryption_config::builders::GetFieldLevelEncryptionConfigInputBuilder
source · #[non_exhaustive]pub struct GetFieldLevelEncryptionConfigInputBuilder { /* private fields */ }
Expand description
A builder for GetFieldLevelEncryptionConfigInput
.
Implementations§
source§impl GetFieldLevelEncryptionConfigInputBuilder
impl GetFieldLevelEncryptionConfigInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Request the ID for the field-level encryption configuration information.
This field is required.sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Request the ID for the field-level encryption configuration information.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
Request the ID for the field-level encryption configuration information.
sourcepub fn build(self) -> Result<GetFieldLevelEncryptionConfigInput, BuildError>
pub fn build(self) -> Result<GetFieldLevelEncryptionConfigInput, BuildError>
Consumes the builder and constructs a GetFieldLevelEncryptionConfigInput
.
source§impl GetFieldLevelEncryptionConfigInputBuilder
impl GetFieldLevelEncryptionConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetFieldLevelEncryptionConfigOutput, SdkError<GetFieldLevelEncryptionConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetFieldLevelEncryptionConfigOutput, SdkError<GetFieldLevelEncryptionConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetFieldLevelEncryptionConfigInputBuilder
impl Clone for GetFieldLevelEncryptionConfigInputBuilder
source§fn clone(&self) -> GetFieldLevelEncryptionConfigInputBuilder
fn clone(&self) -> GetFieldLevelEncryptionConfigInputBuilder
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 GetFieldLevelEncryptionConfigInputBuilder
impl Default for GetFieldLevelEncryptionConfigInputBuilder
source§fn default() -> GetFieldLevelEncryptionConfigInputBuilder
fn default() -> GetFieldLevelEncryptionConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetFieldLevelEncryptionConfigInputBuilder
impl PartialEq for GetFieldLevelEncryptionConfigInputBuilder
source§fn eq(&self, other: &GetFieldLevelEncryptionConfigInputBuilder) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetFieldLevelEncryptionConfigInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetFieldLevelEncryptionConfigInputBuilder
impl Send for GetFieldLevelEncryptionConfigInputBuilder
impl Sync for GetFieldLevelEncryptionConfigInputBuilder
impl Unpin for GetFieldLevelEncryptionConfigInputBuilder
impl UnwindSafe for GetFieldLevelEncryptionConfigInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.