Class CreateTapesResult

java.lang.Object
com.amazonaws.services.storagegateway.model.CreateTapesResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateTapesResult extends Object implements Serializable, Cloneable

CreateTapeOutput

See Also:
  • Constructor Details

    • CreateTapesResult

      public CreateTapesResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public CreateTapesResult clone()
      Overrides:
      clone in class Object