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