|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.CreateTapesResult
public class CreateTapesResult
CreateTapeOutput
Constructor Summary | |
---|---|
CreateTapesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getTapeARNs()
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created. |
int |
hashCode()
|
void |
setTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateTapesResult |
withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created. |
CreateTapesResult |
withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateTapesResult()
Method Detail |
---|
public List<String> getTapeARNs()
public void setTapeARNs(Collection<String> tapeARNs)
tapeARNs
- A list of unique Amazon Resource Named (ARN) the represents the
virtual tapes that were created.public CreateTapesResult withTapeARNs(String... tapeARNs)
Returns a reference to this object so that method calls can be chained together.
tapeARNs
- A list of unique Amazon Resource Named (ARN) the represents the
virtual tapes that were created.
public CreateTapesResult withTapeARNs(Collection<String> tapeARNs)
Returns a reference to this object so that method calls can be chained together.
tapeARNs
- A list of unique Amazon Resource Named (ARN) the represents the
virtual tapes that were created.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |