Class DeleteTestCaseRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.transform.DeleteTestCaseRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteTestCaseRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteTestCaseRequestMarshaller extends Object implements Marshaller<DeleteTestCaseRequest>
DeleteTestCaseRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteTestCaseRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteTestCaseRequest deleteTestCaseRequest)
-
-
-
Constructor Detail
-
DeleteTestCaseRequestMarshaller
public DeleteTestCaseRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteTestCaseRequest deleteTestCaseRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteTestCaseRequest>
-
-