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