Class CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty
@Stability(Stable)
@Internal
public static final class CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty
An implementation for
CfnTelemetryRulePropsMixin.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.cfnpropertymixins.services.observabilityadmin.CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty
CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Builder, CfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryRulePropsMixin.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 theCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty.Builder.
-
-
Method Details
-
getEndsWith
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value ends with the specified value.- Specified by:
getEndsWithin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getEqualTo
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value equals the specified value.- Specified by:
getEqualToin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getField
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyThe name of the field to use for selection.- Specified by:
getFieldin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getNotEndsWith
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value does not end with the specified value.- Specified by:
getNotEndsWithin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getNotEquals
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value does not equal the specified value.- Specified by:
getNotEqualsin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getNotStartsWith
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value does not start with the specified value.- Specified by:
getNotStartsWithin interfaceCfnTelemetryRulePropsMixin.AdvancedFieldSelectorProperty- See Also:
-
getStartsWith
Description copied from interface:CfnTelemetryRulePropsMixin.AdvancedFieldSelectorPropertyMatches if the field value starts with the specified value.- Specified by:
getStartsWithin interfaceCfnTelemetryRulePropsMixin.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()
-