@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTapesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTapesInput
NOOP
Constructor and Description |
---|
DescribeTapesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTapesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
Integer |
getLimit()
Specifies that the number of virtual tapes described be limited to the specified number.
|
String |
getMarker()
A marker value, obtained in a previous call to
DescribeTapes . |
List<String> |
getTapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setLimit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
|
void |
setMarker(String marker)
A marker value, obtained in a previous call to
DescribeTapes . |
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.
|
DescribeTapesRequest |
withGatewayARN(String gatewayARN) |
DescribeTapesRequest |
withLimit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
|
DescribeTapesRequest |
withMarker(String marker)
A marker value, obtained in a previous call to
DescribeTapes . |
DescribeTapesRequest |
withTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
|
DescribeTapesRequest |
withTapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeTapesRequest withGatewayARN(String gatewayARN)
gatewayARN
- public List<String> getTapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
public void setTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes
associated with the specified gateway.public DescribeTapesRequest withTapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
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
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes
associated with the specified gateway.public DescribeTapesRequest withTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes
associated with the specified gateway.public void setMarker(String marker)
A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which page of
results to retrieve.
If not specified, the first page of results is retrieved.
marker
- A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which
page of results to retrieve.
If not specified, the first page of results is retrieved.
public String getMarker()
A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which page of
results to retrieve.
If not specified, the first page of results is retrieved.
DescribeTapes
. This marker indicates which
page of results to retrieve.
If not specified, the first page of results is retrieved.
public DescribeTapesRequest withMarker(String marker)
A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which page of
results to retrieve.
If not specified, the first page of results is retrieved.
marker
- A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which
page of results to retrieve.
If not specified, the first page of results is retrieved.
public void setLimit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
limit
- Specifies that the number of virtual tapes described be limited to the specified number. Amazon Web Services may impose its own limit, if this field is not set.
public Integer getLimit()
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
Amazon Web Services may impose its own limit, if this field is not set.
public DescribeTapesRequest withLimit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
limit
- Specifies that the number of virtual tapes described be limited to the specified number. Amazon Web Services may impose its own limit, if this field is not set.
public String toString()
toString
in class Object
Object.toString()
public DescribeTapesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.