@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFraudstersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFraudstersRequest() |
Modifier and Type | Method and Description |
---|---|
ListFraudstersRequest |
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. |
String |
getWatchlistId()
The identifier of the watchlist.
|
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. |
void |
setWatchlistId(String watchlistId)
The identifier of the watchlist.
|
String |
toString()
Returns a string representation of this object.
|
ListFraudstersRequest |
withDomainId(String domainId)
The identifier of the domain.
|
ListFraudstersRequest |
withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListFraudstersRequest |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
ListFraudstersRequest |
withWatchlistId(String watchlistId)
The identifier of the watchlist.
|
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 ListFraudstersRequest 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 ListFraudstersRequest 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 ListFraudstersRequest 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 void setWatchlistId(String watchlistId)
The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed.
watchlistId
- The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided,
all fraudsters in the domain are listed.public String getWatchlistId()
The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed.
public ListFraudstersRequest withWatchlistId(String watchlistId)
The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed.
watchlistId
- The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided,
all fraudsters in the domain are listed.public String toString()
toString
in class Object
Object.toString()
public ListFraudstersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()