Class UpdateQueueLimitAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.deadline.transform.UpdateQueueLimitAssociationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateQueueLimitAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<UpdateQueueLimitAssociationRequest>
- Parameters:
updateQueueLimitAssociationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-