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