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