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