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