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