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