public class CreateTapesResult extends Object implements Serializable
CreateTapeOutput
Constructor and Description |
---|
CreateTapesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.