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