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