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