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