Class BatchCreateVehicleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotfleetwise.transform.BatchCreateVehicleRequestMarshaller
- All Implemented Interfaces:
 Marshaller<BatchCreateVehicleRequest>
@Generated("software.amazon.awssdk:codegen")
public class BatchCreateVehicleRequestMarshaller
extends Object
implements Marshaller<BatchCreateVehicleRequest>
BatchCreateVehicleRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionBatchCreateVehicleRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(BatchCreateVehicleRequest batchCreateVehicleRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
BatchCreateVehicleRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<BatchCreateVehicleRequest>- Parameters:
 batchCreateVehicleRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -