com.amazonaws.services.storagegateway.model
Class CreateTapesResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.CreateTapesResult
All Implemented Interfaces:
Serializable

public class CreateTapesResult
extends Object
implements Serializable

CreateTapeOutput

See Also:
Serialized Form

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

CreateTapesResult

public CreateTapesResult()
Method Detail

getTapeARNs

public List<String> getTapeARNs()
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

Returns:
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

setTapeARNs

public void setTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

Parameters:
tapeARNs - A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

withTapeARNs

public CreateTapesResult withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
tapeARNs - A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.
Returns:
A reference to this updated object so that method calls can be chained together.

withTapeARNs

public CreateTapesResult withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.

Returns a reference to this object so that method calls can be chained together.

Parameters:
tapeARNs - A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.