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