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