Class ListTapesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
A JSON object that contains one or more of the following fields:
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
getLimit()
An optional number limit for the tapes in the list returned by this call.A string that indicates the position at which to begin the returned list of tapes.int
hashCode()
void
An optional number limit for the tapes in the list returned by this call.void
A string that indicates the position at which to begin the returned list of tapes.void
setTapeARNs
(Collection<String> tapeARNs) toString()
Returns a string representation of this object; useful for testing and debugging.An optional number limit for the tapes in the list returned by this call.withMarker
(String marker) A string that indicates the position at which to begin the returned list of tapes.withTapeARNs
(String... tapeARNs) NOTE: This method appends the values to the existing list (if any).withTapeARNs
(Collection<String> tapeARNs) Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListTapesRequest
public ListTapesRequest()
-
-
Method Details
-
getTapeARNs
- Returns:
-
setTapeARNs
- Parameters:
tapeARNs
-
-
withTapeARNs
NOTE: This method appends the values to the existing list (if any). Use
setTapeARNs(java.util.Collection)
orwithTapeARNs(java.util.Collection)
if you want to override the existing values.- Parameters:
tapeARNs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTapeARNs
- Parameters:
tapeARNs
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
A string that indicates the position at which to begin the returned list of tapes.
- Parameters:
marker
- A string that indicates the position at which to begin the returned list of tapes.
-
getMarker
A string that indicates the position at which to begin the returned list of tapes.
- Returns:
- A string that indicates the position at which to begin the returned list of tapes.
-
withMarker
A string that indicates the position at which to begin the returned list of tapes.
- Parameters:
marker
- A string that indicates the position at which to begin the returned list of tapes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
An optional number limit for the tapes in the list returned by this call.
- Parameters:
limit
- An optional number limit for the tapes in the list returned by this call.
-
getLimit
An optional number limit for the tapes in the list returned by this call.
- Returns:
- An optional number limit for the tapes in the list returned by this call.
-
withLimit
An optional number limit for the tapes in the list returned by this call.
- Parameters:
limit
- An optional number limit for the tapes in the list returned by this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-