public class ListSamplesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to the list samples operation.
NOOP
Constructor and Description |
---|
ListSamplesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSamplesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getArn()
The samples' ARNs.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
int |
hashCode() |
void |
setArn(String arn)
The samples' ARNs.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSamplesRequest |
withArn(String arn)
The samples' ARNs.
|
ListSamplesRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setArn(String arn)
The samples' ARNs.
arn
- The samples' ARNs.public String getArn()
The samples' ARNs.
public ListSamplesRequest withArn(String arn)
The samples' ARNs.
arn
- The samples' ARNs.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in
the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListSamplesRequest withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this
operation, which can be used to return the next set of items in
the list.public String toString()
toString
in class Object
Object.toString()
public ListSamplesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.