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