@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetContentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDatasetContentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDatasetContentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset whose contents information you want to list.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
The token for the next set of results.
|
Date |
getScheduledBefore()
A filter to limit results to those dataset contents whose creation is scheduled before the given time.
|
Date |
getScheduledOnOrAfter()
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset whose contents information you want to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setScheduledBefore(Date scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time.
|
void |
setScheduledOnOrAfter(Date scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
|
String |
toString()
Returns a string representation of this object.
|
ListDatasetContentsRequest |
withDatasetName(String datasetName)
The name of the dataset whose contents information you want to list.
|
ListDatasetContentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListDatasetContentsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListDatasetContentsRequest |
withScheduledBefore(Date scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time.
|
ListDatasetContentsRequest |
withScheduledOnOrAfter(Date scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
|
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 void setDatasetName(String datasetName)
The name of the dataset whose contents information you want to list.
datasetName
- The name of the dataset whose contents information you want to list.public String getDatasetName()
The name of the dataset whose contents information you want to list.
public ListDatasetContentsRequest withDatasetName(String datasetName)
The name of the dataset whose contents information you want to list.
datasetName
- The name of the dataset whose contents information you want to list.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListDatasetContentsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListDatasetContentsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public void setScheduledOnOrAfter(Date scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See
the field triggers.schedule
in the CreateDataset
request. (timestamp)
scheduledOnOrAfter
- A filter to limit results to those dataset contents whose creation is scheduled on or after the given
time. See the field triggers.schedule
in the CreateDataset
request. (timestamp)public Date getScheduledOnOrAfter()
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See
the field triggers.schedule
in the CreateDataset
request. (timestamp)
triggers.schedule
in the CreateDataset
request. (timestamp)public ListDatasetContentsRequest withScheduledOnOrAfter(Date scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time. See
the field triggers.schedule
in the CreateDataset
request. (timestamp)
scheduledOnOrAfter
- A filter to limit results to those dataset contents whose creation is scheduled on or after the given
time. See the field triggers.schedule
in the CreateDataset
request. (timestamp)public void setScheduledBefore(Date scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the
field triggers.schedule
in the CreateDataset
request. (timestamp)
scheduledBefore
- A filter to limit results to those dataset contents whose creation is scheduled before the given time. See
the field triggers.schedule
in the CreateDataset
request. (timestamp)public Date getScheduledBefore()
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the
field triggers.schedule
in the CreateDataset
request. (timestamp)
triggers.schedule
in the CreateDataset
request. (timestamp)public ListDatasetContentsRequest withScheduledBefore(Date scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See the
field triggers.schedule
in the CreateDataset
request. (timestamp)
scheduledBefore
- A filter to limit results to those dataset contents whose creation is scheduled before the given time. See
the field triggers.schedule
in the CreateDataset
request. (timestamp)public String toString()
toString
in class Object
Object.toString()
public ListDatasetContentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()