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