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