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