Class SendEventRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.ivschat.transform.SendEventRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<SendEventRequest>
@Generated("software.amazon.awssdk:codegen") public class SendEventRequestMarshaller extends Object implements Marshaller<SendEventRequest>
SendEventRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description SendEventRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(SendEventRequest sendEventRequest)
-
-
-
Constructor Detail
-
SendEventRequestMarshaller
public SendEventRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(SendEventRequest sendEventRequest)
- Specified by:
marshallin interfaceMarshaller<SendEventRequest>
-
-