@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeywordsForDataSourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListKeywordsForDataSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListKeywordsForDataSourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
String |
getSource()
The control mapping data source that the keywords apply to.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
void |
setSource(String source)
The control mapping data source that the keywords apply to.
|
String |
toString()
Returns a string representation of this object.
|
ListKeywordsForDataSourceRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListKeywordsForDataSourceRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListKeywordsForDataSourceRequest |
withSource(SourceType source)
The control mapping data source that the keywords apply to.
|
ListKeywordsForDataSourceRequest |
withSource(String source)
The control mapping data source that the keywords apply to.
|
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 setSource(String source)
The control mapping data source that the keywords apply to.
source - The control mapping data source that the keywords apply to.SourceTypepublic String getSource()
The control mapping data source that the keywords apply to.
SourceTypepublic ListKeywordsForDataSourceRequest withSource(String source)
The control mapping data source that the keywords apply to.
source - The control mapping data source that the keywords apply to.SourceTypepublic ListKeywordsForDataSourceRequest withSource(SourceType source)
The control mapping data source that the keywords apply to.
source - The control mapping data source that the keywords apply to.SourceTypepublic void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListKeywordsForDataSourceRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public Integer getMaxResults()
Represents the maximum number of results on a page or for an API request call.
public ListKeywordsForDataSourceRequest withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public String toString()
toString in class ObjectObject.toString()public ListKeywordsForDataSourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()