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