Class CfnGroup.TagFilterProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourcegroups.CfnGroup.TagFilterProperty.Jsii$Proxy
All Implemented Interfaces:
CfnGroup.TagFilterProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnGroup.TagFilterProperty

@Stability(Stable) @Internal public static final class CfnGroup.TagFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroup.TagFilterProperty
An implementation for CfnGroup.TagFilterProperty
  • 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(CfnGroup.TagFilterProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnGroup.TagFilterProperty.Builder.
  • Method Details

    • getKey

      public final String getKey()
      Description copied from interface: CfnGroup.TagFilterProperty
      A string that defines a tag key.

      Only resources in the account that are tagged with a specified tag key are members of the tag-based resource group.

      This field is required when the ResourceQuery structure's Type property is TAG_FILTERS_1_0 . You must specify at least one tag key.

      Specified by:
      getKey in interface CfnGroup.TagFilterProperty
    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnGroup.TagFilterProperty
      A list of tag values that can be included in the tag-based resource group.

      This is optional. If you don't specify a value or values for a key, then an AWS resource with any value for that key is a member.

      Specified by:
      getValues in interface CfnGroup.TagFilterProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object