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