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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SearchComponents.Builder builder) Constructor that initializes the object based on literal property values passed by theSearchComponents.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
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
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theSearchComponents.Builder
.
-
-
Method Details
-
getDimensions
Description copied from interface:SearchComponents
The list of dimensions to be used in the search expression.- Specified by:
getDimensions
in interfaceSearchComponents
-
getMetricName
Description copied from interface:SearchComponents
The metric name to be used in the search expression.- Specified by:
getMetricName
in interfaceSearchComponents
-
getNamespace
Description copied from interface:SearchComponents
The namespace to be used in the search expression.- Specified by:
getNamespace
in interfaceSearchComponents
-
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 interfaceSearchComponents
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-