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