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