@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleBasedMatchesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListRuleBasedMatchesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListRuleBasedMatchesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getMatchIds()
The list of
MatchIds for the given domain. |
String |
getNextToken()
The pagination token from the previous
ListRuleBasedMatches API call. |
int |
hashCode() |
void |
setMatchIds(Collection<String> matchIds)
The list of
MatchIds for the given domain. |
void |
setNextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatches API call. |
String |
toString()
Returns a string representation of this object.
|
ListRuleBasedMatchesResult |
withMatchIds(Collection<String> matchIds)
The list of
MatchIds for the given domain. |
ListRuleBasedMatchesResult |
withMatchIds(String... matchIds)
The list of
MatchIds for the given domain. |
ListRuleBasedMatchesResult |
withNextToken(String nextToken)
The pagination token from the previous
ListRuleBasedMatches API call. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getMatchIds()
The list of MatchIds for the given domain.
MatchIds for the given domain.public void setMatchIds(Collection<String> matchIds)
The list of MatchIds for the given domain.
matchIds - The list of MatchIds for the given domain.public ListRuleBasedMatchesResult withMatchIds(String... matchIds)
The list of MatchIds for the given domain.
NOTE: This method appends the values to the existing list (if any). Use
setMatchIds(java.util.Collection) or withMatchIds(java.util.Collection) if you want to override
the existing values.
matchIds - The list of MatchIds for the given domain.public ListRuleBasedMatchesResult withMatchIds(Collection<String> matchIds)
The list of MatchIds for the given domain.
matchIds - The list of MatchIds for the given domain.public 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 ListRuleBasedMatchesResult withNextToken(String nextToken)
The pagination token from the previous ListRuleBasedMatches API call.
nextToken - The pagination token from the previous ListRuleBasedMatches API call.public String toString()
toString in class ObjectObject.toString()public ListRuleBasedMatchesResult clone()