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