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