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