Class DeleteAiPromptVersionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qconnect.transform.DeleteAiPromptVersionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteAiPromptVersionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteAiPromptVersionRequestMarshaller
extends Object
implements Marshaller<DeleteAiPromptVersionRequest>
DeleteAiPromptVersionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteAiPromptVersionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteAiPromptVersionRequest deleteAiPromptVersionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteAiPromptVersionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteAiPromptVersionRequest>
- Parameters:
- deleteAiPromptVersionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-