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