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