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