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