Class SearchComponents.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class SearchComponents.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SearchComponents
An implementation for SearchComponents
  • 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.cloudwatch.SearchComponents

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SearchComponents.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 List<String>
    The list of dimensions to be used in the search expression.
    final String
    The metric name to be used in the search expression.
    final String
    The namespace to be used in the search expression.
    final String
    The dimension name, that the search expression retrieves, whose values will be used to populate the values to choose from.
    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(SearchComponents.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SearchComponents.Builder.
  • Method Details

    • getDimensions

      public final List<String> getDimensions()
      Description copied from interface: SearchComponents
      The list of dimensions to be used in the search expression.
      Specified by:
      getDimensions in interface SearchComponents
    • getMetricName

      public final String getMetricName()
      Description copied from interface: SearchComponents
      The metric name to be used in the search expression.
      Specified by:
      getMetricName in interface SearchComponents
    • getNamespace

      public final String getNamespace()
      Description copied from interface: SearchComponents
      The namespace to be used in the search expression.
      Specified by:
      getNamespace in interface SearchComponents
    • getPopulateFrom

      public final String getPopulateFrom()
      Description copied from interface: SearchComponents
      The dimension name, that the search expression retrieves, whose values will be used to populate the values to choose from.
      Specified by:
      getPopulateFrom in interface SearchComponents
    • $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