Struct aws_sdk_cloudfront::operation::delete_field_level_encryption_profile::builders::DeleteFieldLevelEncryptionProfileInputBuilder
source · #[non_exhaustive]pub struct DeleteFieldLevelEncryptionProfileInputBuilder { /* private fields */ }
Expand description
A builder for DeleteFieldLevelEncryptionProfileInput
.
Implementations§
source§impl DeleteFieldLevelEncryptionProfileInputBuilder
impl DeleteFieldLevelEncryptionProfileInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Request the ID of the profile you want to delete from CloudFront.
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 of the profile you want to delete from CloudFront.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
Request the ID of the profile you want to delete from CloudFront.
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The value of the ETag
header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL
.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The value of the ETag
header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL
.
sourcepub fn get_if_match(&self) -> &Option<String>
pub fn get_if_match(&self) -> &Option<String>
The value of the ETag
header that you received when retrieving the profile to delete. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> Result<DeleteFieldLevelEncryptionProfileInput, BuildError>
pub fn build(self) -> Result<DeleteFieldLevelEncryptionProfileInput, BuildError>
Consumes the builder and constructs a DeleteFieldLevelEncryptionProfileInput
.
source§impl DeleteFieldLevelEncryptionProfileInputBuilder
impl DeleteFieldLevelEncryptionProfileInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteFieldLevelEncryptionProfileOutput, SdkError<DeleteFieldLevelEncryptionProfileError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteFieldLevelEncryptionProfileOutput, SdkError<DeleteFieldLevelEncryptionProfileError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteFieldLevelEncryptionProfileInputBuilder
impl Clone for DeleteFieldLevelEncryptionProfileInputBuilder
source§fn clone(&self) -> DeleteFieldLevelEncryptionProfileInputBuilder
fn clone(&self) -> DeleteFieldLevelEncryptionProfileInputBuilder
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 DeleteFieldLevelEncryptionProfileInputBuilder
impl Default for DeleteFieldLevelEncryptionProfileInputBuilder
source§fn default() -> DeleteFieldLevelEncryptionProfileInputBuilder
fn default() -> DeleteFieldLevelEncryptionProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFieldLevelEncryptionProfileInputBuilder
impl PartialEq for DeleteFieldLevelEncryptionProfileInputBuilder
source§fn eq(&self, other: &DeleteFieldLevelEncryptionProfileInputBuilder) -> bool
fn eq(&self, other: &DeleteFieldLevelEncryptionProfileInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteFieldLevelEncryptionProfileInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFieldLevelEncryptionProfileInputBuilder
impl Send for DeleteFieldLevelEncryptionProfileInputBuilder
impl Sync for DeleteFieldLevelEncryptionProfileInputBuilder
impl Unpin for DeleteFieldLevelEncryptionProfileInputBuilder
impl UnwindSafe for DeleteFieldLevelEncryptionProfileInputBuilder
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.