#[non_exhaustive]pub struct CreateDecoderManifestInput { /* private fields */ }Implementations§
source§impl CreateDecoderManifestInput
impl CreateDecoderManifestInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the decoder manifest.
sourcepub fn model_manifest_arn(&self) -> Option<&str>
pub fn model_manifest_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the vehicle model (model manifest).
sourcepub fn signal_decoders(&self) -> Option<&[SignalDecoder]>
pub fn signal_decoders(&self) -> Option<&[SignalDecoder]>
A list of information about signal decoders.
sourcepub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
pub fn network_interfaces(&self) -> Option<&[NetworkInterface]>
A list of information about available network interfaces.
Metadata that can be used to manage the decoder manifest.
source§impl CreateDecoderManifestInput
impl CreateDecoderManifestInput
sourcepub fn builder() -> CreateDecoderManifestInputBuilder
pub fn builder() -> CreateDecoderManifestInputBuilder
Creates a new builder-style object to manufacture CreateDecoderManifestInput.
source§impl CreateDecoderManifestInput
impl CreateDecoderManifestInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDecoderManifest, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateDecoderManifest, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDecoderManifest>
Trait Implementations§
source§impl Clone for CreateDecoderManifestInput
impl Clone for CreateDecoderManifestInput
source§fn clone(&self) -> CreateDecoderManifestInput
fn clone(&self) -> CreateDecoderManifestInput
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 CreateDecoderManifestInput
impl Debug for CreateDecoderManifestInput
source§impl PartialEq<CreateDecoderManifestInput> for CreateDecoderManifestInput
impl PartialEq<CreateDecoderManifestInput> for CreateDecoderManifestInput
source§fn eq(&self, other: &CreateDecoderManifestInput) -> bool
fn eq(&self, other: &CreateDecoderManifestInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateDecoderManifestInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateDecoderManifestInput
impl Send for CreateDecoderManifestInput
impl Sync for CreateDecoderManifestInput
impl Unpin for CreateDecoderManifestInput
impl UnwindSafe for CreateDecoderManifestInput
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