Class StopQueryRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.transform.StopQueryRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<StopQueryRequest>
@Generated("software.amazon.awssdk:codegen") public class StopQueryRequestMarshaller extends Object implements Marshaller<StopQueryRequest>
StopQueryRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description StopQueryRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(StopQueryRequest stopQueryRequest)
-
-
-
Constructor Detail
-
StopQueryRequestMarshaller
public StopQueryRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(StopQueryRequest stopQueryRequest)
- Specified by:
marshall
in interfaceMarshaller<StopQueryRequest>
-
-