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