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