|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.storagegateway.model.DescribeTapeArchivesRequest
public class DescribeTapeArchivesRequest
Container for the parameters to the DescribeTapeArchives operation
.
Returns a description of specified virtual tapes in the Virtual Tape Shelf (VTS).
If a specific TapeARN
is not specified, AWS Storage
Gateway returns a description all virtual tapes found in the Virtual
Tape Shelf (VTS) associated with your account.
AWSStorageGateway.describeTapeArchives(DescribeTapeArchivesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeTapeArchivesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getLimit()
Specifies that the number of virtual tapes descried be limited to the specified number. |
String |
getMarker()
An opaque string that indicates the position at which to begin describing virtual tapes. |
List<String> |
getTapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. |
int |
hashCode()
|
void |
setLimit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number. |
void |
setMarker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes. |
void |
setTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTapeArchivesRequest |
withLimit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number. |
DescribeTapeArchivesRequest |
withMarker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes. |
DescribeTapeArchivesRequest |
withTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. |
DescribeTapeArchivesRequest |
withTapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTapeArchivesRequest()
Method Detail |
---|
public List<String> getTapeARNs()
public void setTapeARNs(Collection<String> tapeARNs)
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that
represent the virtual tapes you want to describe.public DescribeTapeArchivesRequest withTapeARNs(String... tapeARNs)
Returns a reference to this object so that method calls can be chained together.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that
represent the virtual tapes you want to describe.
public DescribeTapeArchivesRequest withTapeARNs(Collection<String> tapeARNs)
Returns a reference to this object so that method calls can be chained together.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that
represent the virtual tapes you want to describe.
public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
marker
- An opaque string that indicates the position at which to begin
describing virtual tapes.public DescribeTapeArchivesRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
marker
- An opaque string that indicates the position at which to begin
describing virtual tapes.
public Integer getLimit()
Constraints:
Range: 1 -
public void setLimit(Integer limit)
Constraints:
Range: 1 -
limit
- Specifies that the number of virtual tapes descried be limited to the
specified number.public DescribeTapeArchivesRequest withLimit(Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
limit
- Specifies that the number of virtual tapes descried be limited to the
specified number.
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 |