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