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