Struct aws_sdk_iotfleetwise::input::GetVehicleInput
source · #[non_exhaustive]pub struct GetVehicleInput { /* private fields */ }
Implementations§
source§impl GetVehicleInput
impl GetVehicleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVehicle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVehicle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetVehicle
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVehicleInput
.
source§impl GetVehicleInput
impl GetVehicleInput
sourcepub fn vehicle_name(&self) -> Option<&str>
pub fn vehicle_name(&self) -> Option<&str>
The ID of the vehicle to retrieve information about.
Trait Implementations§
source§impl Clone for GetVehicleInput
impl Clone for GetVehicleInput
source§fn clone(&self) -> GetVehicleInput
fn clone(&self) -> GetVehicleInput
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 GetVehicleInput
impl Debug for GetVehicleInput
source§impl PartialEq<GetVehicleInput> for GetVehicleInput
impl PartialEq<GetVehicleInput> for GetVehicleInput
source§fn eq(&self, other: &GetVehicleInput) -> bool
fn eq(&self, other: &GetVehicleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.