|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeTapesResult
public class DescribeTapesResult
DescribeTapesOutput
Constructor Summary | |
---|---|
DescribeTapesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. |
List<Tape> |
getTapes()
An array of virtual tape descriptions. |
int |
hashCode()
|
void |
setMarker(String marker)
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. |
void |
setTapes(Collection<Tape> tapes)
An array of virtual tape descriptions. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTapesResult |
withMarker(String marker)
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results. |
DescribeTapesResult |
withTapes(Collection<Tape> tapes)
An array of virtual tape descriptions. |
DescribeTapesResult |
withTapes(Tape... tapes)
An array of virtual tape descriptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTapesResult()
Method Detail |
---|
public List<Tape> getTapes()
public void setTapes(Collection<Tape> tapes)
tapes
- An array of virtual tape descriptions.public DescribeTapesResult withTapes(Tape... tapes)
Returns a reference to this object so that method calls can be chained together.
tapes
- An array of virtual tape descriptions.
public DescribeTapesResult withTapes(Collection<Tape> tapes)
Returns a reference to this object so that method calls can be chained together.
tapes
- An array of virtual tape descriptions.
public String getMarker()
If a response does not contain a marker, then there are no more results to be retrieved.
Constraints:
Length: 1 - 1000
If a response does not contain a marker, then there are no more results to be retrieved.
public void setMarker(String marker)
If a response does not contain a marker, then there are no more results to be retrieved.
Constraints:
Length: 1 - 1000
marker
- An opaque string which can be used as part of a subsequent
DescribeTapes call to retrieve the next page of results. If a response does not contain a marker, then there are no more results to be retrieved.
public DescribeTapesResult withMarker(String marker)
If a response does not contain a marker, then there are no more results to be retrieved.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker
- An opaque string which can be used as part of a subsequent
DescribeTapes call to retrieve the next page of results. If a response does not contain a marker, then there are no more results to be retrieved.
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 |