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