public class DescribeTapeArchivesRequest extends AmazonWebServiceRequest implements Serializable
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.
Constructor and Description |
---|
DescribeTapeArchivesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.