public class CreateTapesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
CreateTapeOutput
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
tapeARNs
A list of unique Amazon Resource Names (ARNs) that represents the virtual
tapes that were created.
|
Constructor and Description |
---|
CreateTapesResult() |
Modifier and Type | Method and Description |
---|---|
CreateTapesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getTapeARNs()
A list of unique Amazon Resource Names (ARNs) that represents the virtual
tapes that were created.
|
int |
hashCode() |
void |
setTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual
tapes that were created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTapesResult |
withTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual
tapes that were created.
|
CreateTapesResult |
withTapeARNs(java.lang.String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual
tapes that were created.
|
private SdkInternalList<java.lang.String> tapeARNs
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
public java.util.List<java.lang.String> getTapeARNs()
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
public void setTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
tapeARNs
- A list of unique Amazon Resource Names (ARNs) that represents the
virtual tapes that were created.public CreateTapesResult withTapeARNs(java.lang.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.
tapeARNs
- A list of unique Amazon Resource Names (ARNs) that represents the
virtual tapes that were created.public CreateTapesResult withTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
tapeARNs
- A list of unique Amazon Resource Names (ARNs) that represents the
virtual tapes that were created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateTapesResult clone()
clone
in class java.lang.Object