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