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