Struct aws_sdk_iotfleetwise::operation::create_model_manifest::builders::CreateModelManifestInputBuilder
source · #[non_exhaustive]pub struct CreateModelManifestInputBuilder { /* private fields */ }
Expand description
A builder for CreateModelManifestInput
.
Implementations§
source§impl CreateModelManifestInputBuilder
impl CreateModelManifestInputBuilder
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.
sourcepub fn build(self) -> Result<CreateModelManifestInput, BuildError>
pub fn build(self) -> Result<CreateModelManifestInput, BuildError>
Consumes the builder and constructs a CreateModelManifestInput
.
source§impl CreateModelManifestInputBuilder
impl CreateModelManifestInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateModelManifestOutput, SdkError<CreateModelManifestError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateModelManifestOutput, SdkError<CreateModelManifestError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateModelManifestInputBuilder
impl Clone for CreateModelManifestInputBuilder
source§fn clone(&self) -> CreateModelManifestInputBuilder
fn clone(&self) -> CreateModelManifestInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateModelManifestInputBuilder
impl Default for CreateModelManifestInputBuilder
source§fn default() -> CreateModelManifestInputBuilder
fn default() -> CreateModelManifestInputBuilder
source§impl PartialEq<CreateModelManifestInputBuilder> for CreateModelManifestInputBuilder
impl PartialEq<CreateModelManifestInputBuilder> for CreateModelManifestInputBuilder
source§fn eq(&self, other: &CreateModelManifestInputBuilder) -> bool
fn eq(&self, other: &CreateModelManifestInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.