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