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