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