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