Class CreateQueueLimitAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.deadline.transform.CreateQueueLimitAssociationRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateQueueLimitAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateQueueLimitAssociationRequest>- Parameters:
createQueueLimitAssociationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-