Class DeleteTagsRequest

    • Constructor Detail

      • DeleteTagsRequest

        public DeleteTagsRequest()
    • Method Detail

      • getConfigurationIds

        public List<String> getConfigurationIds()

        A list of configuration items with tags that you want to delete.

        Returns:
        A list of configuration items with tags that you want to delete.
      • setConfigurationIds

        public void setConfigurationIds​(Collection<String> configurationIds)

        A list of configuration items with tags that you want to delete.

        Parameters:
        configurationIds - A list of configuration items with tags that you want to delete.
      • withConfigurationIds

        public DeleteTagsRequest withConfigurationIds​(String... configurationIds)

        A list of configuration items with tags that you want to delete.

        NOTE: This method appends the values to the existing list (if any). Use setConfigurationIds(java.util.Collection) or withConfigurationIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        configurationIds - A list of configuration items with tags that you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withConfigurationIds

        public DeleteTagsRequest withConfigurationIds​(Collection<String> configurationIds)

        A list of configuration items with tags that you want to delete.

        Parameters:
        configurationIds - A list of configuration items with tags that you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        Returns:
        Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

      • setTags

        public void setTags​(Collection<Tag> tags)

        Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        Parameters:
        tags - Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

      • withTags

        public DeleteTagsRequest withTags​(Tag... tags)

        Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public DeleteTagsRequest withTags​(Collection<Tag> tags)

        Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        Parameters:
        tags - Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

        {"key": "serverType", "value": "webServer"}

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object