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