Class DeleteTagsRequest

    • Constructor Detail

      • DeleteTagsRequest

        public DeleteTagsRequest()
    • Method Detail

      • setFileSystemId

        public void setFileSystemId​(String fileSystemId)

        String. The ID of the file system whose tags you want to delete.

        Parameters:
        fileSystemId - String. The ID of the file system whose tags you want to delete.
      • getFileSystemId

        public String getFileSystemId()

        String. The ID of the file system whose tags you want to delete.

        Returns:
        String. The ID of the file system whose tags you want to delete.
      • withFileSystemId

        public DeleteTagsRequest withFileSystemId​(String fileSystemId)

        String. The ID of the file system whose tags you want to delete.

        Parameters:
        fileSystemId - String. The ID of the file system whose tags you want to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTagKeys

        public List<String> getTagKeys()

        A list of tag keys to delete.

        Returns:
        A list of tag keys to delete.
      • setTagKeys

        public void setTagKeys​(Collection<String> tagKeys)

        A list of tag keys to delete.

        Parameters:
        tagKeys - A list of tag keys to delete.
      • withTagKeys

        public DeleteTagsRequest withTagKeys​(Collection<String> tagKeys)

        A list of tag keys to delete.

        Parameters:
        tagKeys - A list of tag keys to delete.
        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