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