@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRulesResult() |
Modifier and Type | Method and Description |
---|---|
ListRulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<RuleSummary> |
getRuleSummaryList()
Summary information about a rule.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
String |
toString()
Returns a string representation of this object.
|
ListRulesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRulesResult |
withRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
|
ListRulesResult |
withRuleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RuleSummary> getRuleSummaryList()
Summary information about a rule.
public void setRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
ruleSummaryList
- Summary information about a rule.public ListRulesResult withRuleSummaryList(RuleSummary... ruleSummaryList)
Summary information about a rule.
NOTE: This method appends the values to the existing list (if any). Use
setRuleSummaryList(java.util.Collection)
or withRuleSummaryList(java.util.Collection)
if you
want to override the existing values.
ruleSummaryList
- Summary information about a rule.public ListRulesResult withRuleSummaryList(Collection<RuleSummary> ruleSummaryList)
Summary information about a rule.
ruleSummaryList
- Summary information about a rule.public void setNextToken(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 String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListRulesResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListRulesResult clone()