public static interface StopQueryResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<StopQueryResponse.Builder,StopQueryResponse>
Modifier and Type | Method and Description |
---|---|
StopQueryResponse.Builder |
success(Boolean success)
This is true if the query was stopped by the
StopQuery operation. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopQueryResponse.Builder success(Boolean success)
This is true if the query was stopped by the StopQuery
operation.
success
- This is true if the query was stopped by the StopQuery
operation.Copyright © 2019. All rights reserved.