java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.Tagging
All Implemented Interfaces:
ToSmithyBuilder<Tagging>

public final class Tagging extends Object implements ToSmithyBuilder<Tagging>
Contains extracted resource tagging information.
  • Method Details

    • builder

      public static Tagging.Builder builder()
    • getTaggable

      public boolean getTaggable()
      Returns true if the resource is taggable.
      Returns:
      true if the resource is taggable.
    • getTagOnCreate

      public boolean getTagOnCreate()
      Returns true if resource tags can be applied on create.
      Returns:
      true if resource tags can be applied on create.
    • getTagUpdatable

      public boolean getTagUpdatable()
      Returns true if resource tags can be updated after create.
      Returns:
      true if resource tags can be updated after create.
    • getCloudFormationSystemTags

      public boolean getCloudFormationSystemTags()
      Returns true if the resource supports CloudFormation system tags.
      Returns:
      true if the resource supports CloudFormation system tags.
    • getTagProperty

      public String getTagProperty()
      Returns the name of the tag property.
      Returns:
      the name of the tag property.
    • toBuilder

      public Tagging.Builder toBuilder()
      Description copied from interface: ToSmithyBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToSmithyBuilder<Tagging>
      Returns:
      a builder for type T