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