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