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