public void resetTaggable()

in src/main/java/software/amazon/cloudformation/resource/ResourceTagging.java [42:47]


    public void resetTaggable(final boolean taggableValue) {
        this.taggable = taggableValue;
        this.tagOnCreate = taggableValue;
        this.tagUpdatable = taggableValue;
        this.cloudFormationSystemTags = taggableValue;
    }