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