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