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