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