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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateTapesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTapesResult
clone()
boolean
equals(Object obj)
List<String>
getTapeARNs()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.CreateTapesResult
withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResult
withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
-
-
-
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)
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
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateTapesResult clone()
-
-