Class CreateTapesResult

    • Constructor Detail

      • CreateTapesResult

        public CreateTapesResult()
    • Method Detail

      • getTapeARNs

        public List<String> getTapeARNs()

        A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

        Returns:
        A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
      • setTapeARNs

        public void setTapeARNs​(Collection<String> tapeARNs)

        A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

        Parameters:
        tapeARNs - A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
      • withTapeARNs

        public CreateTapesResult withTapeARNs​(String... tapeARNs)

        A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

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

        Parameters:
        tapeARNs - A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTapeARNs

        public CreateTapesResult withTapeARNs​(Collection<String> tapeARNs)

        A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

        Parameters:
        tapeARNs - A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
        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