public class ListRulesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<RuleSummary> |
getRuleSummaryList()
Summary information about a rule.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setRuleSummaryList(java.util.Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRulesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListRulesResult |
withRuleSummaryList(java.util.Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
ListRulesResult |
withRuleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
|
public java.util.List<RuleSummary> getRuleSummaryList()
Summary information about a rule.
Summary information about a rule.
public void setRuleSummaryList(java.util.Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
ruleSummaryList - Summary information about a rule.
public ListRulesResult withRuleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
Returns a reference to this object so that method calls can be chained together.
ruleSummaryList - Summary information about a rule.
public ListRulesResult withRuleSummaryList(java.util.Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
Returns a reference to this object so that method calls can be chained together.
ruleSummaryList - Summary information about a rule.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListRulesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object