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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<BatchDescribeSimulationJobRequest>
- Parameters:
batchDescribeSimulationJobRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-