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