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