Class CfnResourceSetProps.Jsii$Proxy

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

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

    • getName

      public final String getName()
      Description copied from interface: CfnResourceSetProps
      The descriptive name of the resource set.

      You can't change the name of a resource set after you create it.

      Specified by:
      getName in interface CfnResourceSetProps
    • getResourceTypeList

      public final List<String> getResourceTypeList()
      Description copied from interface: CfnResourceSetProps
      Determines the resources that can be associated to the resource set.

      Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

      Specified by:
      getResourceTypeList in interface CfnResourceSetProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnResourceSetProps
      A description of the resource set.
      Specified by:
      getDescription in interface CfnResourceSetProps
    • getResources

      public final List<String> getResources()
      Description copied from interface: CfnResourceSetProps
      The resources included in the resource set.
      Specified by:
      getResources in interface CfnResourceSetProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnResourceSetProps
      A collection of key:value pairs associated with a resource set.

      The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.

      Specified by:
      getTags in interface CfnResourceSetProps
    • $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