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