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