Class ListTestRunTestCasesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apptest.transform.ListTestRunTestCasesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListTestRunTestCasesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListTestRunTestCasesRequestMarshaller
extends Object
implements Marshaller<ListTestRunTestCasesRequest>
ListTestRunTestCasesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListTestRunTestCasesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListTestRunTestCasesRequest listTestRunTestCasesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListTestRunTestCasesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListTestRunTestCasesRequest>
- Parameters:
- listTestRunTestCasesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-