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