Class CreateTapesResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CreateTapesResult
- All Implemented Interfaces:
Serializable
,Cloneable
CreateTapeOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.int
hashCode()
void
setTapeARNs
(Collection<String> tapeARNs) A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.toString()
Returns a string representation of this object; useful for testing and debugging.withTapeARNs
(String... tapeARNs) A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.withTapeARNs
(Collection<String> tapeARNs) A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
-
Constructor Details
-
CreateTapesResult
public CreateTapesResult()
-
-
Method Details
-
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
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
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)
orwithTapeARNs(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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-