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 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.
sourcepub fn build(self) -> Result<CreateModelManifestInput, BuildError>
pub fn build(self) -> Result<CreateModelManifestInput, BuildError>
Consumes the builder and constructs a CreateModelManifestInput.
Trait Implementations§
source§impl Clone for CreateModelManifestInputBuilder
impl Clone for CreateModelManifestInputBuilder
source§fn clone(&self) -> CreateModelManifestInputBuilder
fn clone(&self) -> CreateModelManifestInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateModelManifestInputBuilder
impl Default for CreateModelManifestInputBuilder
source§fn default() -> CreateModelManifestInputBuilder
fn default() -> CreateModelManifestInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateModelManifestInputBuilder> for CreateModelManifestInputBuilder
impl PartialEq<CreateModelManifestInputBuilder> for CreateModelManifestInputBuilder
source§fn eq(&self, other: &CreateModelManifestInputBuilder) -> bool
fn eq(&self, other: &CreateModelManifestInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateModelManifestInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateModelManifestInputBuilder
impl Send for CreateModelManifestInputBuilder
impl Sync for CreateModelManifestInputBuilder
impl Unpin for CreateModelManifestInputBuilder
impl UnwindSafe for CreateModelManifestInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more