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