@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTapesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object that contains one or more of the following fields:
NOOP| Constructor and Description |
|---|
ListTapesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTapesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
An optional number limit for the tapes in the list returned by this call.
|
String |
getMarker()
A string that indicates the position at which to begin the returned list of tapes.
|
List<String> |
getTapeARNs() |
int |
hashCode() |
void |
setLimit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
|
void |
setMarker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
|
void |
setTapeARNs(Collection<String> tapeARNs) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTapesRequest |
withLimit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
|
ListTapesRequest |
withMarker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
|
ListTapesRequest |
withTapeARNs(Collection<String> tapeARNs) |
ListTapesRequest |
withTapeARNs(String... tapeARNs)
NOTE: This method appends the values to the existing list (if any).
|
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, withSdkRequestTimeoutpublic void setTapeARNs(Collection<String> tapeARNs)
tapeARNs - public ListTapesRequest withTapeARNs(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(Collection<String> tapeARNs)
tapeARNs - public void setMarker(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 String getMarker()
A string that indicates the position at which to begin the returned list of tapes.
public ListTapesRequest withMarker(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(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 Integer getLimit()
An optional number limit for the tapes in the list returned by this call.
public ListTapesRequest withLimit(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 String toString()
toString in class ObjectObject.toString()public ListTapesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.