Class PublishVersionRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.transform.PublishVersionRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<PublishVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class PublishVersionRequestMarshaller extends Object implements Marshaller<PublishVersionRequest>
PublishVersionRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description PublishVersionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(PublishVersionRequest publishVersionRequest)
-
-
-
Constructor Detail
-
PublishVersionRequestMarshaller
public PublishVersionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(PublishVersionRequest publishVersionRequest)
- Specified by:
marshall
in interfaceMarshaller<PublishVersionRequest>
-
-