#[non_exhaustive]pub struct BatchUpdateVehicleInput { /* private fields */ }
Implementations§
source§impl BatchUpdateVehicleInput
impl BatchUpdateVehicleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdateVehicle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdateVehicle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdateVehicle
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdateVehicleInput
.
source§impl BatchUpdateVehicleInput
impl BatchUpdateVehicleInput
sourcepub fn vehicles(&self) -> Option<&[UpdateVehicleRequestItem]>
pub fn vehicles(&self) -> Option<&[UpdateVehicleRequestItem]>
A list of information about the vehicles to update. For more information, see the API data type.
Trait Implementations§
source§impl Clone for BatchUpdateVehicleInput
impl Clone for BatchUpdateVehicleInput
source§fn clone(&self) -> BatchUpdateVehicleInput
fn clone(&self) -> BatchUpdateVehicleInput
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 BatchUpdateVehicleInput
impl Debug for BatchUpdateVehicleInput
source§impl PartialEq<BatchUpdateVehicleInput> for BatchUpdateVehicleInput
impl PartialEq<BatchUpdateVehicleInput> for BatchUpdateVehicleInput
source§fn eq(&self, other: &BatchUpdateVehicleInput) -> bool
fn eq(&self, other: &BatchUpdateVehicleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.