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