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