Struct aws_sdk_iotfleetwise::input::CreateVehicleInput
source · #[non_exhaustive]pub struct CreateVehicleInput { /* private fields */ }
Implementations§
source§impl CreateVehicleInput
impl CreateVehicleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVehicle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateVehicle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVehicle
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVehicleInput
.
source§impl CreateVehicleInput
impl CreateVehicleInput
sourcepub fn vehicle_name(&self) -> Option<&str>
pub fn vehicle_name(&self) -> Option<&str>
The unique ID of the vehicle to create.
sourcepub fn model_manifest_arn(&self) -> Option<&str>
pub fn model_manifest_arn(&self) -> Option<&str>
The Amazon Resource Name ARN of a vehicle model.
sourcepub fn decoder_manifest_arn(&self) -> Option<&str>
pub fn decoder_manifest_arn(&self) -> Option<&str>
The ARN of a decoder manifest.
sourcepub fn attributes(&self) -> Option<&HashMap<String, String>>
pub fn attributes(&self) -> Option<&HashMap<String, String>>
Static information about a vehicle in a key-value pair. For example: "engineType"
: "1.3 L R2"
sourcepub fn association_behavior(&self) -> Option<&VehicleAssociationBehavior>
pub fn association_behavior(&self) -> Option<&VehicleAssociationBehavior>
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.
Default:
Metadata that can be used to manage the vehicle.
Trait Implementations§
source§impl Clone for CreateVehicleInput
impl Clone for CreateVehicleInput
source§fn clone(&self) -> CreateVehicleInput
fn clone(&self) -> CreateVehicleInput
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 CreateVehicleInput
impl Debug for CreateVehicleInput
source§impl PartialEq<CreateVehicleInput> for CreateVehicleInput
impl PartialEq<CreateVehicleInput> for CreateVehicleInput
source§fn eq(&self, other: &CreateVehicleInput) -> bool
fn eq(&self, other: &CreateVehicleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.