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