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