Class QueryStringProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.QueryStringProps.Jsii$Proxy
All Implemented Interfaces:
QueryStringProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
QueryStringProps

@Stability(Stable) @Internal public static final class QueryStringProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements QueryStringProps
An implementation for QueryStringProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.QueryStringProps

    QueryStringProps.Builder, QueryStringProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the QueryStringProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Specifies which fields to display in the query results.
    final List<String>
    Retrieves the specified fields from log events for display.
    final String
    Filters the results of a query that's based on one or more conditions.
    final Number
    Specifies the number of log events returned by the query.
    final String
    Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.
    final String
    Sorts the retrieved log events.
    final String
    Uses log field values to calculate aggregate statistics.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(QueryStringProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the QueryStringProps.Builder.
  • Method Details

    • getDisplay

      public final String getDisplay()
      Description copied from interface: QueryStringProps
      Specifies which fields to display in the query results.

      Default: - no display in QueryString

      Specified by:
      getDisplay in interface QueryStringProps
    • getFields

      public final List<String> getFields()
      Description copied from interface: QueryStringProps
      Retrieves the specified fields from log events for display.

      Default: - no fields in QueryString

      Specified by:
      getFields in interface QueryStringProps
    • getFilter

      public final String getFilter()
      Description copied from interface: QueryStringProps
      Filters the results of a query that's based on one or more conditions.

      Default: - no filter in QueryString

      Specified by:
      getFilter in interface QueryStringProps
    • getLimit

      public final Number getLimit()
      Description copied from interface: QueryStringProps
      Specifies the number of log events returned by the query.

      Default: - no limit in QueryString

      Specified by:
      getLimit in interface QueryStringProps
    • getParse

      public final String getParse()
      Description copied from interface: QueryStringProps
      Extracts data from a log field and creates one or more ephemeral fields that you can process further in the query.

      Default: - no parse in QueryString

      Specified by:
      getParse in interface QueryStringProps
    • getSort

      public final String getSort()
      Description copied from interface: QueryStringProps
      Sorts the retrieved log events.

      Default: - no sort in QueryString

      Specified by:
      getSort in interface QueryStringProps
    • getStats

      public final String getStats()
      Description copied from interface: QueryStringProps
      Uses log field values to calculate aggregate statistics.

      Default: - no stats in QueryString

      Specified by:
      getStats in interface QueryStringProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object