@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchDataSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchDataSetsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchDataSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The Amazon Web Services account ID.
|
List<DataSetSearchFilter> |
getFilters()
The filters to apply to the search.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
void |
setFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
SearchDataSetsRequest |
withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
SearchDataSetsRequest |
withFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
|
SearchDataSetsRequest |
withFilters(DataSetSearchFilter... filters)
The filters to apply to the search.
|
SearchDataSetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
SearchDataSetsRequest |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
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 setAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.public String getAwsAccountId()
The Amazon Web Services account ID.
public SearchDataSetsRequest withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.public List<DataSetSearchFilter> getFilters()
The filters to apply to the search.
public void setFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
filters
- The filters to apply to the search.public SearchDataSetsRequest withFilters(DataSetSearchFilter... filters)
The filters to apply to the search.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters to apply to the search.public SearchDataSetsRequest withFilters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
filters
- The filters to apply to the search.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public SearchDataSetsRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public SearchDataSetsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public String toString()
toString
in class Object
Object.toString()
public SearchDataSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()