@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFraudsterRegistrationJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFraudsterRegistrationJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFraudsterRegistrationJobsRequest |
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 that contains the fraudster registration Jobs.
|
String |
getJobStatus()
Provides the status of your fraudster registration job.
|
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 that contains the fraudster registration Jobs.
|
void |
setJobStatus(String jobStatus)
Provides the status of your fraudster registration job.
|
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.
|
ListFraudsterRegistrationJobsRequest |
withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration Jobs.
|
ListFraudsterRegistrationJobsRequest |
withJobStatus(FraudsterRegistrationJobStatus jobStatus)
Provides the status of your fraudster registration job.
|
ListFraudsterRegistrationJobsRequest |
withJobStatus(String jobStatus)
Provides the status of your fraudster registration job.
|
ListFraudsterRegistrationJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListFraudsterRegistrationJobsRequest |
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 ListFraudsterRegistrationJobsRequest()
public void setDomainId(String domainId)
The identifier of the domain that contains the fraudster registration Jobs.
domainId
- The identifier of the domain that contains the fraudster registration Jobs.public String getDomainId()
The identifier of the domain that contains the fraudster registration Jobs.
public ListFraudsterRegistrationJobsRequest withDomainId(String domainId)
The identifier of the domain that contains the fraudster registration Jobs.
domainId
- The identifier of the domain that contains the fraudster registration Jobs.public void setJobStatus(String jobStatus)
Provides the status of your fraudster registration job.
jobStatus
- Provides the status of your fraudster registration job.FraudsterRegistrationJobStatus
public String getJobStatus()
Provides the status of your fraudster registration job.
FraudsterRegistrationJobStatus
public ListFraudsterRegistrationJobsRequest withJobStatus(String jobStatus)
Provides the status of your fraudster registration job.
jobStatus
- Provides the status of your fraudster registration job.FraudsterRegistrationJobStatus
public ListFraudsterRegistrationJobsRequest withJobStatus(FraudsterRegistrationJobStatus jobStatus)
Provides the status of your fraudster registration job.
jobStatus
- Provides the status of your fraudster registration job.FraudsterRegistrationJobStatus
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 ListFraudsterRegistrationJobsRequest 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 ListFraudsterRegistrationJobsRequest 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 ListFraudsterRegistrationJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()