pub struct ImportSignalCatalog { /* private fields */ }
Expand description
Fluent builder constructing a request to ImportSignalCatalog
.
Creates a signal catalog using your existing VSS formatted content from your local device.
Implementations§
source§impl ImportSignalCatalog
impl ImportSignalCatalog
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ImportSignalCatalog, AwsResponseRetryClassifier>, SdkError<ImportSignalCatalogError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ImportSignalCatalog, AwsResponseRetryClassifier>, SdkError<ImportSignalCatalogError>>
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<ImportSignalCatalogOutput, SdkError<ImportSignalCatalogError>>
pub async fn send(
self
) -> Result<ImportSignalCatalogOutput, SdkError<ImportSignalCatalogError>>
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 description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the signal catalog.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the signal catalog.
sourcepub fn vss(self, input: FormattedVss) -> Self
pub fn vss(self, input: FormattedVss) -> Self
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
sourcepub fn set_vss(self, input: Option<FormattedVss>) -> Self
pub fn set_vss(self, input: Option<FormattedVss>) -> Self
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the signal catalog.
Metadata that can be used to manage the signal catalog.
Trait Implementations§
source§impl Clone for ImportSignalCatalog
impl Clone for ImportSignalCatalog
source§fn clone(&self) -> ImportSignalCatalog
fn clone(&self) -> ImportSignalCatalog
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more