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