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