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