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