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