public class ListTapesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A JSON object that contains one or more of the following fields:
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
limit
An optional number limit for the tapes in the list returned by this call.
|
private java.lang.String |
marker
A string that indicates the position at which to begin the returned list
of tapes.
|
private SdkInternalList<java.lang.String> |
tapeARNs |
NOOP
Constructor and Description |
---|
ListTapesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTapesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getLimit()
An optional number limit for the tapes in the list returned by this call.
|
java.lang.String |
getMarker()
A string that indicates the position at which to begin the returned list
of tapes.
|
java.util.List<java.lang.String> |
getTapeARNs() |
int |
hashCode() |
void |
setLimit(java.lang.Integer limit)
An optional number limit for the tapes in the list returned by this call.
|
void |
setMarker(java.lang.String marker)
A string that indicates the position at which to begin the returned list
of tapes.
|
void |
setTapeARNs(java.util.Collection<java.lang.String> tapeARNs) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTapesRequest |
withLimit(java.lang.Integer limit)
An optional number limit for the tapes in the list returned by this call.
|
ListTapesRequest |
withMarker(java.lang.String marker)
A string that indicates the position at which to begin the returned list
of tapes.
|
ListTapesRequest |
withTapeARNs(java.util.Collection<java.lang.String> tapeARNs) |
ListTapesRequest |
withTapeARNs(java.lang.String... tapeARNs)
NOTE: This method appends the values to the existing list (if
any).
|
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
private SdkInternalList<java.lang.String> tapeARNs
private java.lang.String marker
A string that indicates the position at which to begin the returned list of tapes.
private java.lang.Integer limit
An optional number limit for the tapes in the list returned by this call.
public java.util.List<java.lang.String> getTapeARNs()
public void setTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
tapeARNs
- public ListTapesRequest withTapeARNs(java.lang.String... tapeARNs)
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
- public ListTapesRequest withTapeARNs(java.util.Collection<java.lang.String> tapeARNs)
tapeARNs
- public void setMarker(java.lang.String marker)
A string that indicates the position at which to begin the returned list of tapes.
marker
- A string that indicates the position at which to begin the
returned list of tapes.public java.lang.String getMarker()
A string that indicates the position at which to begin the returned list of tapes.
public ListTapesRequest withMarker(java.lang.String marker)
A string that indicates the position at which to begin the returned list of tapes.
marker
- A string that indicates the position at which to begin the
returned list of tapes.public void setLimit(java.lang.Integer limit)
An optional number limit for the tapes in the list returned by this call.
limit
- An optional number limit for the tapes in the list returned by
this call.public java.lang.Integer getLimit()
An optional number limit for the tapes in the list returned by this call.
public ListTapesRequest withLimit(java.lang.Integer limit)
An optional number limit for the tapes in the list returned by this call.
limit
- An optional number limit for the tapes in the list returned by
this call.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTapesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()