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