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