@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
The marker to use when requesting the next set of results.
|
List<Rule> |
getRules()
Information about the rules.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
void |
setRules(Collection<Rule> rules)
Information about the rules.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRulesResult |
withNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeRulesResult |
withRules(Collection<Rule> rules)
Information about the rules.
|
DescribeRulesResult |
withRules(Rule... rules)
Information about the rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Rule> getRules()
Information about the rules.
public void setRules(Collection<Rule> rules)
Information about the rules.
rules
- Information about the rules.public DescribeRulesResult withRules(Rule... rules)
Information about the rules.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- Information about the rules.public DescribeRulesResult withRules(Collection<Rule> rules)
Information about the rules.
rules
- Information about the rules.public void setNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public DescribeRulesResult withNextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the string
is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeRulesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.