Struct aws_sdk_iotfleetwise::operation::delete_decoder_manifest::builders::DeleteDecoderManifestFluentBuilder
source · pub struct DeleteDecoderManifestFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteDecoderManifest
.
Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
Implementations§
source§impl DeleteDecoderManifestFluentBuilder
impl DeleteDecoderManifestFluentBuilder
sourcepub fn as_input(&self) -> &DeleteDecoderManifestInputBuilder
pub fn as_input(&self) -> &DeleteDecoderManifestInputBuilder
Access the DeleteDecoderManifest as a reference.
sourcepub async fn send(
self
) -> Result<DeleteDecoderManifestOutput, SdkError<DeleteDecoderManifestError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteDecoderManifestOutput, SdkError<DeleteDecoderManifestError, HttpResponse>>
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 async fn customize(
self
) -> Result<CustomizableOperation<DeleteDecoderManifestOutput, DeleteDecoderManifestError, Self>, SdkError<DeleteDecoderManifestError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteDecoderManifestOutput, DeleteDecoderManifestError, Self>, SdkError<DeleteDecoderManifestError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the decoder manifest to delete.
Trait Implementations§
source§impl Clone for DeleteDecoderManifestFluentBuilder
impl Clone for DeleteDecoderManifestFluentBuilder
source§fn clone(&self) -> DeleteDecoderManifestFluentBuilder
fn clone(&self) -> DeleteDecoderManifestFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more