@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTapeArchivesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTapeArchivesInput
NOOP
Constructor and Description |
---|
DescribeTapeArchivesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTapeArchivesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 List<String> getTapeARNs()
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
public void setTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.public DescribeTapeArchivesRequest withTapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
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.public DescribeTapeArchivesRequest withTapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.public void setMarker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
marker
- An opaque string that indicates the position at which to begin describing virtual tapes.public String getMarker()
An opaque string that indicates the position at which to begin describing virtual tapes.
public DescribeTapeArchivesRequest withMarker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
marker
- An opaque string that indicates the position at which to begin describing virtual tapes.public void setLimit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number.
limit
- Specifies that the number of virtual tapes descried be limited to the specified number.public Integer getLimit()
Specifies that the number of virtual tapes descried be limited to the specified number.
public DescribeTapeArchivesRequest withLimit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number.
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 DescribeTapeArchivesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.