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