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