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