Struct aws_sdk_iotfleetwise::operation::create_model_manifest::builders::CreateModelManifestFluentBuilder
source · pub struct CreateModelManifestFluentBuilder { /* 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 CreateModelManifestFluentBuilder
impl CreateModelManifestFluentBuilder
sourcepub fn as_input(&self) -> &CreateModelManifestInputBuilder
pub fn as_input(&self) -> &CreateModelManifestInputBuilder
Access the CreateModelManifest as a reference.
sourcepub async fn send(
self
) -> Result<CreateModelManifestOutput, SdkError<CreateModelManifestError, HttpResponse>>
pub async fn send( self ) -> Result<CreateModelManifestOutput, SdkError<CreateModelManifestError, 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 fn customize(
self
) -> CustomizableOperation<CreateModelManifestOutput, CreateModelManifestError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateModelManifestOutput, CreateModelManifestError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
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 get_nodes(&self) -> &Option<Vec<String>>
pub fn get_nodes(&self) -> &Option<Vec<String>>
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.
sourcepub fn get_signal_catalog_arn(&self) -> &Option<String>
pub fn get_signal_catalog_arn(&self) -> &Option<String>
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.
Metadata that can be used to manage the vehicle model.
Trait Implementations§
source§impl Clone for CreateModelManifestFluentBuilder
impl Clone for CreateModelManifestFluentBuilder
source§fn clone(&self) -> CreateModelManifestFluentBuilder
fn clone(&self) -> CreateModelManifestFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more