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