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