Class ExportEarthObservationJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemakergeospatial.transform.ExportEarthObservationJobRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ExportEarthObservationJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ExportEarthObservationJobRequestMarshaller
extends Object
implements Marshaller<ExportEarthObservationJobRequest>
ExportEarthObservationJobRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionExportEarthObservationJobRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ExportEarthObservationJobRequest exportEarthObservationJobRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ExportEarthObservationJobRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(ExportEarthObservationJobRequest exportEarthObservationJobRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ExportEarthObservationJobRequest>
- Parameters:
- exportEarthObservationJobRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-