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