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