Struct aws_sdk_cloudfront::client::fluent_builders::DeleteCloudFrontOriginAccessIdentity
source · [−]pub struct DeleteCloudFrontOriginAccessIdentity { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteCloudFrontOriginAccessIdentity
.
Delete an origin access identity.
Implementations
sourceimpl DeleteCloudFrontOriginAccessIdentity
impl DeleteCloudFrontOriginAccessIdentity
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteCloudFrontOriginAccessIdentity, AwsResponseRetryClassifier>, SdkError<DeleteCloudFrontOriginAccessIdentityError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteCloudFrontOriginAccessIdentity, AwsResponseRetryClassifier>, SdkError<DeleteCloudFrontOriginAccessIdentityError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteCloudFrontOriginAccessIdentityOutput, SdkError<DeleteCloudFrontOriginAccessIdentityError>>
pub async fn send(
self
) -> Result<DeleteCloudFrontOriginAccessIdentityOutput, SdkError<DeleteCloudFrontOriginAccessIdentityError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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 you received from a previous GET
or PUT
request. 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 you received from a previous GET
or PUT
request. For example: E2QWRUHAPOMQZL
.
Trait Implementations
sourceimpl Clone for DeleteCloudFrontOriginAccessIdentity
impl Clone for DeleteCloudFrontOriginAccessIdentity
sourcefn clone(&self) -> DeleteCloudFrontOriginAccessIdentity
fn clone(&self) -> DeleteCloudFrontOriginAccessIdentity
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more