#[non_exhaustive]pub struct UpdateModelManifestInput { /* private fields */ }
Implementations§
source§impl UpdateModelManifestInput
impl UpdateModelManifestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModelManifest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateModelManifest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateModelManifest
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateModelManifestInput
.
source§impl UpdateModelManifestInput
impl UpdateModelManifestInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the vehicle model.
sourcepub fn nodes_to_add(&self) -> Option<&[String]>
pub fn nodes_to_add(&self) -> Option<&[String]>
A list of fullyQualifiedName
of nodes, which are a general abstraction of signals, to add to the vehicle model.
sourcepub fn nodes_to_remove(&self) -> Option<&[String]>
pub fn nodes_to_remove(&self) -> Option<&[String]>
A list of fullyQualifiedName
of nodes, which are a general abstraction of signals, to remove from the vehicle model.
sourcepub fn status(&self) -> Option<&ManifestStatus>
pub fn status(&self) -> Option<&ManifestStatus>
The state of the vehicle model. If the status is ACTIVE
, the vehicle model can't be edited. If the status is DRAFT
, you can edit the vehicle model.
Trait Implementations§
source§impl Clone for UpdateModelManifestInput
impl Clone for UpdateModelManifestInput
source§fn clone(&self) -> UpdateModelManifestInput
fn clone(&self) -> UpdateModelManifestInput
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 UpdateModelManifestInput
impl Debug for UpdateModelManifestInput
source§impl PartialEq<UpdateModelManifestInput> for UpdateModelManifestInput
impl PartialEq<UpdateModelManifestInput> for UpdateModelManifestInput
source§fn eq(&self, other: &UpdateModelManifestInput) -> bool
fn eq(&self, other: &UpdateModelManifestInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.