@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataDeletionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDataDeletionJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDataDeletionJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
|
Integer |
getMaxResults()
The maximum number of data deletion jobs to return.
|
String |
getNextToken()
A token returned from the previous call to
ListDataDeletionJobs for getting the next set of jobs (if
they exist). |
int |
hashCode() |
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of data deletion jobs to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListDataDeletionJobs for getting the next set of jobs (if
they exist). |
String |
toString()
Returns a string representation of this object.
|
ListDataDeletionJobsRequest |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
|
ListDataDeletionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of data deletion jobs to return.
|
ListDataDeletionJobsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListDataDeletionJobs for getting the next set of jobs (if
they exist). |
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 setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
public ListDataDeletionJobsRequest withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group to list data deletion jobs for.public void setNextToken(String nextToken)
A token returned from the previous call to ListDataDeletionJobs for getting the next set of jobs (if
they exist).
nextToken - A token returned from the previous call to ListDataDeletionJobs for getting the next set of
jobs (if they exist).public String getNextToken()
A token returned from the previous call to ListDataDeletionJobs for getting the next set of jobs (if
they exist).
ListDataDeletionJobs for getting the next set of
jobs (if they exist).public ListDataDeletionJobsRequest withNextToken(String nextToken)
A token returned from the previous call to ListDataDeletionJobs for getting the next set of jobs (if
they exist).
nextToken - A token returned from the previous call to ListDataDeletionJobs for getting the next set of
jobs (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of data deletion jobs to return.
maxResults - The maximum number of data deletion jobs to return.public Integer getMaxResults()
The maximum number of data deletion jobs to return.
public ListDataDeletionJobsRequest withMaxResults(Integer maxResults)
The maximum number of data deletion jobs to return.
maxResults - The maximum number of data deletion jobs to return.public String toString()
toString in class ObjectObject.toString()public ListDataDeletionJobsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()