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