#[non_exhaustive]pub struct CreateModelManifestInput { /* private fields */ }
Implementations§
source§impl CreateModelManifestInput
impl CreateModelManifestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelManifest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelManifest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateModelManifest
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateModelManifestInput
.
source§impl CreateModelManifestInput
impl CreateModelManifestInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the vehicle model.
sourcepub fn nodes(&self) -> Option<&[String]>
pub fn nodes(&self) -> Option<&[String]>
A list of nodes, which are a general abstraction of signals.
sourcepub fn signal_catalog_arn(&self) -> Option<&str>
pub fn signal_catalog_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a signal catalog.
Metadata that can be used to manage the vehicle model.
Trait Implementations§
source§impl Clone for CreateModelManifestInput
impl Clone for CreateModelManifestInput
source§fn clone(&self) -> CreateModelManifestInput
fn clone(&self) -> CreateModelManifestInput
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 Debug for CreateModelManifestInput
impl Debug for CreateModelManifestInput
source§impl PartialEq<CreateModelManifestInput> for CreateModelManifestInput
impl PartialEq<CreateModelManifestInput> for CreateModelManifestInput
source§fn eq(&self, other: &CreateModelManifestInput) -> bool
fn eq(&self, other: &CreateModelManifestInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.