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