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