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