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