Class GetTestCaseExecutionSummaryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.GetTestCaseExecutionSummaryRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetTestCaseExecutionSummaryRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetTestCaseExecutionSummaryRequestMarshaller
extends Object
implements Marshaller<GetTestCaseExecutionSummaryRequest>
GetTestCaseExecutionSummaryRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetTestCaseExecutionSummaryRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetTestCaseExecutionSummaryRequest getTestCaseExecutionSummaryRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetTestCaseExecutionSummaryRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(GetTestCaseExecutionSummaryRequest getTestCaseExecutionSummaryRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetTestCaseExecutionSummaryRequest>- Parameters:
getTestCaseExecutionSummaryRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-