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