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