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