Class Tagging

  • All Implemented Interfaces:
    software.amazon.smithy.utils.ToSmithyBuilder<Tagging>

    public final class Tagging
    extends java.lang.Object
    implements software.amazon.smithy.utils.ToSmithyBuilder<Tagging>
    Contains extracted resource tagging information.
    • Method Detail

      • 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 java.lang.String getTagProperty()
        Returns the name of the tag property.
        Returns:
        the name of the tag property.
      • toBuilder

        public Tagging.Builder toBuilder()
        Specified by:
        toBuilder in interface software.amazon.smithy.utils.ToSmithyBuilder<Tagging>