@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleBasedMatchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRuleBasedMatchesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRuleBasedMatchesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
Integer |
getMaxResults()
The maximum number of
MatchIds returned per page. |
String |
getNextToken()
The pagination token from the previous
ListRuleBasedMatches API call. |
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of
MatchIds returned per page. |
void |
setNextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatches API call. |
String |
toString()
Returns a string representation of this object.
|
ListRuleBasedMatchesRequest |
withDomainName(String domainName)
The unique name of the domain.
|
ListRuleBasedMatchesRequest |
withMaxResults(Integer maxResults)
The maximum number of
MatchIds returned per page. |
ListRuleBasedMatchesRequest |
withNextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatches API call. |
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 setNextToken(String nextToken)
The pagination token from the previous ListRuleBasedMatches API call.
nextToken - The pagination token from the previous ListRuleBasedMatches API call.public String getNextToken()
The pagination token from the previous ListRuleBasedMatches API call.
ListRuleBasedMatches API call.public ListRuleBasedMatchesRequest withNextToken(String nextToken)
The pagination token from the previous ListRuleBasedMatches API call.
nextToken - The pagination token from the previous ListRuleBasedMatches API call.public void setMaxResults(Integer maxResults)
The maximum number of MatchIds returned per page.
maxResults - The maximum number of MatchIds returned per page.public Integer getMaxResults()
The maximum number of MatchIds returned per page.
MatchIds returned per page.public ListRuleBasedMatchesRequest withMaxResults(Integer maxResults)
The maximum number of MatchIds returned per page.
maxResults - The maximum number of MatchIds returned per page.public void setDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String getDomainName()
The unique name of the domain.
public ListRuleBasedMatchesRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String toString()
toString in class ObjectObject.toString()public ListRuleBasedMatchesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()