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