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