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