Class ListComputationModelDataBindingUsagesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotsitewise.transform.ListComputationModelDataBindingUsagesRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListComputationModelDataBindingUsagesRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListComputationModelDataBindingUsagesRequest>
- Parameters:
listComputationModelDataBindingUsagesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-