Class CfnTelemetryRule.AdvancedFieldSelectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRule.AdvancedFieldSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryRule.AdvancedFieldSelectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryRule.AdvancedFieldSelectorProperty
@Stability(Stable)
@Internal
public static final class CfnTelemetryRule.AdvancedFieldSelectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryRule.AdvancedFieldSelectorProperty
An implementation for
CfnTelemetryRule.AdvancedFieldSelectorProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRule.AdvancedFieldSelectorProperty
CfnTelemetryRule.AdvancedFieldSelectorProperty.Builder, CfnTelemetryRule.AdvancedFieldSelectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryRule.AdvancedFieldSelectorProperty.Builder.protectedJsii$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.JsonNodefinal booleanMatches if the field value ends with the specified value.Matches if the field value equals the specified value.final StringgetField()The name of the field to use for selection.Matches if the field value does not end with the specified value.Matches if the field value does not equal the specified value.Matches if the field value does not start with the specified value.Matches if the field value starts with the specified value.final inthashCode()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 theCfnTelemetryRule.AdvancedFieldSelectorProperty.Builder.
-
-
Method Details
-
getEndsWith
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value ends with the specified value.- Specified by:
getEndsWithin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getEqualTo
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value equals the specified value.- Specified by:
getEqualToin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getField
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyThe name of the field to use for selection.- Specified by:
getFieldin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getNotEndsWith
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value does not end with the specified value.- Specified by:
getNotEndsWithin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getNotEquals
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value does not equal the specified value.- Specified by:
getNotEqualsin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getNotStartsWith
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value does not start with the specified value.- Specified by:
getNotStartsWithin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
getStartsWith
Description copied from interface:CfnTelemetryRule.AdvancedFieldSelectorPropertyMatches if the field value starts with the specified value.- Specified by:
getStartsWithin interfaceCfnTelemetryRule.AdvancedFieldSelectorProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-