@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRateBasedRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRateBasedRulesResult() |
Modifier and Type | Method and Description |
---|---|
ListRateBasedRulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If you have more
Rules than the number that you specified for Limit in the request, the
response includes a NextMarker value. |
List<RuleSummary> |
getRules()
An array of RuleSummary objects.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If you have more
Rules than the number that you specified for Limit in the request, the
response includes a NextMarker value. |
void |
setRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRateBasedRulesResult |
withNextMarker(String nextMarker)
If you have more
Rules than the number that you specified for Limit in the request, the
response includes a NextMarker value. |
ListRateBasedRulesResult |
withRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
|
ListRateBasedRulesResult |
withRules(RuleSummary... rules)
An array of RuleSummary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextMarker(String nextMarker)
If you have more Rules
than the number that you specified for Limit
in the request, the
response includes a NextMarker
value. To list more Rules
, submit another
ListRateBasedRules
request, and specify the NextMarker
value from the response in the
NextMarker
value in the next request.
nextMarker
- If you have more Rules
than the number that you specified for Limit
in the
request, the response includes a NextMarker
value. To list more Rules
, submit
another ListRateBasedRules
request, and specify the NextMarker
value from the
response in the NextMarker
value in the next request.public String getNextMarker()
If you have more Rules
than the number that you specified for Limit
in the request, the
response includes a NextMarker
value. To list more Rules
, submit another
ListRateBasedRules
request, and specify the NextMarker
value from the response in the
NextMarker
value in the next request.
Rules
than the number that you specified for Limit
in the
request, the response includes a NextMarker
value. To list more Rules
, submit
another ListRateBasedRules
request, and specify the NextMarker
value from the
response in the NextMarker
value in the next request.public ListRateBasedRulesResult withNextMarker(String nextMarker)
If you have more Rules
than the number that you specified for Limit
in the request, the
response includes a NextMarker
value. To list more Rules
, submit another
ListRateBasedRules
request, and specify the NextMarker
value from the response in the
NextMarker
value in the next request.
nextMarker
- If you have more Rules
than the number that you specified for Limit
in the
request, the response includes a NextMarker
value. To list more Rules
, submit
another ListRateBasedRules
request, and specify the NextMarker
value from the
response in the NextMarker
value in the next request.public List<RuleSummary> getRules()
An array of RuleSummary objects.
public void setRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
rules
- An array of RuleSummary objects.public ListRateBasedRulesResult withRules(RuleSummary... rules)
An array of RuleSummary objects.
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
- An array of RuleSummary objects.public ListRateBasedRulesResult withRules(Collection<RuleSummary> rules)
An array of RuleSummary objects.
rules
- An array of RuleSummary objects.public String toString()
toString
in class Object
Object.toString()
public ListRateBasedRulesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.