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