Struct aws_sdk_iotfleetwise::model::CanDbcDefinition
source · #[non_exhaustive]pub struct CanDbcDefinition { /* private fields */ }
Expand description
Configurations used to create a decoder manifest.
Implementations§
source§impl CanDbcDefinition
impl CanDbcDefinition
sourcepub fn network_interface(&self) -> Option<&str>
pub fn network_interface(&self) -> Option<&str>
Contains information about a network interface.
sourcepub fn can_dbc_files(&self) -> Option<&[Blob]>
pub fn can_dbc_files(&self) -> Option<&[Blob]>
A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.
source§impl CanDbcDefinition
impl CanDbcDefinition
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CanDbcDefinition
.
Trait Implementations§
source§impl Clone for CanDbcDefinition
impl Clone for CanDbcDefinition
source§fn clone(&self) -> CanDbcDefinition
fn clone(&self) -> CanDbcDefinition
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 CanDbcDefinition
impl Debug for CanDbcDefinition
source§impl PartialEq<CanDbcDefinition> for CanDbcDefinition
impl PartialEq<CanDbcDefinition> for CanDbcDefinition
source§fn eq(&self, other: &CanDbcDefinition) -> bool
fn eq(&self, other: &CanDbcDefinition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.