pub struct CreateModelManifest { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateModelManifest
.
Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).
For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
Implementations§
source§impl CreateModelManifest
impl CreateModelManifest
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateModelManifest, AwsResponseRetryClassifier>, SdkError<CreateModelManifestError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateModelManifest, AwsResponseRetryClassifier>, SdkError<CreateModelManifestError>>
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<CreateModelManifestOutput, SdkError<CreateModelManifestError>>
pub async fn send(
self
) -> Result<CreateModelManifestOutput, SdkError<CreateModelManifestError>>
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 vehicle model.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the vehicle model.
sourcepub fn nodes(self, input: impl Into<String>) -> Self
pub fn nodes(self, input: impl Into<String>) -> Self
Appends an item to nodes
.
To override the contents of this collection use set_nodes
.
A list of nodes, which are a general abstraction of signals.
sourcepub fn set_nodes(self, input: Option<Vec<String>>) -> Self
pub fn set_nodes(self, input: Option<Vec<String>>) -> Self
A list of nodes, which are a general abstraction of signals.
sourcepub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
pub fn signal_catalog_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
sourcepub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
pub fn set_signal_catalog_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of a signal catalog.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Metadata that can be used to manage the vehicle model.
Metadata that can be used to manage the vehicle model.
Trait Implementations§
source§impl Clone for CreateModelManifest
impl Clone for CreateModelManifest
source§fn clone(&self) -> CreateModelManifest
fn clone(&self) -> CreateModelManifest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more