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