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