Struct aws_sdk_iotfleetwise::operation::import_decoder_manifest::builders::ImportDecoderManifestFluentBuilder
source · pub struct ImportDecoderManifestFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ImportDecoderManifest
.
Creates a decoder manifest using your existing CAN DBC file from your local device.
Implementations§
source§impl ImportDecoderManifestFluentBuilder
impl ImportDecoderManifestFluentBuilder
sourcepub fn as_input(&self) -> &ImportDecoderManifestInputBuilder
pub fn as_input(&self) -> &ImportDecoderManifestInputBuilder
Access the ImportDecoderManifest as a reference.
sourcepub async fn send(
self
) -> Result<ImportDecoderManifestOutput, SdkError<ImportDecoderManifestError, HttpResponse>>
pub async fn send( self ) -> Result<ImportDecoderManifestOutput, SdkError<ImportDecoderManifestError, 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<ImportDecoderManifestOutput, ImportDecoderManifestError, Self>, SdkError<ImportDecoderManifestError>>
pub async fn customize( self ) -> Result<CustomizableOperation<ImportDecoderManifestOutput, ImportDecoderManifestError, Self>, SdkError<ImportDecoderManifestError>>
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 import.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the decoder manifest to import.
sourcepub fn network_file_definitions(self, input: NetworkFileDefinition) -> Self
pub fn network_file_definitions(self, input: NetworkFileDefinition) -> Self
Appends an item to networkFileDefinitions
.
To override the contents of this collection use set_network_file_definitions
.
The file to load into an Amazon Web Services account.
sourcepub fn set_network_file_definitions(
self,
input: Option<Vec<NetworkFileDefinition>>
) -> Self
pub fn set_network_file_definitions( self, input: Option<Vec<NetworkFileDefinition>> ) -> Self
The file to load into an Amazon Web Services account.
sourcepub fn get_network_file_definitions(
&self
) -> &Option<Vec<NetworkFileDefinition>>
pub fn get_network_file_definitions( &self ) -> &Option<Vec<NetworkFileDefinition>>
The file to load into an Amazon Web Services account.
Trait Implementations§
source§impl Clone for ImportDecoderManifestFluentBuilder
impl Clone for ImportDecoderManifestFluentBuilder
source§fn clone(&self) -> ImportDecoderManifestFluentBuilder
fn clone(&self) -> ImportDecoderManifestFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more