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