@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTapesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateTapeOutput
Constructor and Description |
---|
CreateTapesResult() |
Modifier and Type | Method and 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(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
CreateTapesResult |
withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getTapeARNs()
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
public void setTapeARNs(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public CreateTapesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.