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