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