@Stability(value=Stable) @Internal public static final class QueryStringProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QueryStringProps
QueryStringPropssoftware.amazon.jsii.JsiiObject.InitializationModeQueryStringProps.Builder, QueryStringProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(QueryStringProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
QueryStringProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDisplay()
Specifies which fields to display in the query results.
|
List<String> |
getFields()
Retrieves the specified fields from log events for display.
|
String |
getFilter()
Filters the results of a query that's based on one or more conditions.
|
Number |
getLimit()
Specifies the number of log events returned by the query.
|
String |
getParse()
Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.
|
String |
getSort()
Sorts the retrieved log events.
|
String |
getStats()
Uses log field values to calculate aggregate statistics.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(QueryStringProps.Builder builder)
QueryStringProps.Builder.public final String getDisplay()
QueryStringPropsDefault: - no display in QueryString
getDisplay in interface QueryStringPropspublic final List<String> getFields()
QueryStringPropsDefault: - no fields in QueryString
getFields in interface QueryStringPropspublic final String getFilter()
QueryStringPropsDefault: - no filter in QueryString
getFilter in interface QueryStringPropspublic final Number getLimit()
QueryStringPropsDefault: - no limit in QueryString
getLimit in interface QueryStringPropspublic final String getParse()
QueryStringPropsDefault: - no parse in QueryString
getParse in interface QueryStringPropspublic final String getSort()
QueryStringPropsDefault: - no sort in QueryString
getSort in interface QueryStringPropspublic final String getStats()
QueryStringPropsDefault: - no stats in QueryString
getStats in interface QueryStringProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.