pub struct ImportDecoderManifest { /* 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 ImportDecoderManifest
impl ImportDecoderManifest
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ImportDecoderManifest, AwsResponseRetryClassifier>, SdkError<ImportDecoderManifestError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ImportDecoderManifest, AwsResponseRetryClassifier>, SdkError<ImportDecoderManifestError>>
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<ImportDecoderManifestOutput, SdkError<ImportDecoderManifestError>>
pub async fn send(
self
) -> Result<ImportDecoderManifestOutput, SdkError<ImportDecoderManifestError>>
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 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.
Trait Implementations§
source§impl Clone for ImportDecoderManifest
impl Clone for ImportDecoderManifest
source§fn clone(&self) -> ImportDecoderManifest
fn clone(&self) -> ImportDecoderManifest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more