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