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