@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()
If there are additional results, this is the marker for the next set of results.
|
List<Rule> |
getRules()
Information about the rules.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
void |
setRules(Collection<Rule> rules)
Information about the rules.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRulesResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for 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)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeRulesResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeRulesResult clone()