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