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