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