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