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