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