@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWatchlistsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListWatchlistsRequest() |
Modifier and Type | Method and Description |
---|---|
ListWatchlistsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The identifier of the domain.
|
Integer |
getMaxResults()
The maximum number of results that are returned per call.
|
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDomainId(String domainId)
The identifier of the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListWatchlistsRequest |
withDomainId(String domainId)
The identifier of the domain.
|
ListWatchlistsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListWatchlistsRequest |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
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 setDomainId(String domainId)
The identifier of the domain.
domainId
- The identifier of the domain.public String getDomainId()
The identifier of the domain.
public ListWatchlistsRequest withDomainId(String domainId)
The identifier of the domain.
domainId
- The identifier of the domain.public void setMaxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken
to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
maxResults
- The maximum number of results that are returned per call. You can use NextToken
to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public Integer getMaxResults()
The maximum number of results that are returned per call. You can use NextToken
to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
NextToken
to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public ListWatchlistsRequest withMaxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken
to obtain more pages
of results. The default is 100; the maximum allowed page size is also 100.
maxResults
- The maximum number of results that are returned per call. You can use NextToken
to obtain
more pages of results. The default is 100; the maximum allowed page size is also 100.public void setNextToken(String nextToken)
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- If NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String getNextToken()
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListWatchlistsRequest withNextToken(String nextToken)
If NextToken
is returned, there are more results available. The value of NextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- If NextToken
is returned, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String toString()
toString
in class Object
Object.toString()
public ListWatchlistsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()