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