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