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