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