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