@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRuleGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListRuleGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
List<RuleGroupSummary> |
getRuleGroups()
Array of rule groups.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setRuleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleGroupsResult |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListRuleGroupsResult |
withRuleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups.
|
ListRuleGroupsResult |
withRuleGroups(RuleGroupSummary... ruleGroups)
Array of rule groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListRuleGroupsResult withNextMarker(String nextMarker)
When you request a list of objects with a Limit
setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker
value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker
- When you request a list of objects with a Limit
setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker
value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public List<RuleGroupSummary> getRuleGroups()
Array of rule groups. If you specified a Limit
in your request, this might not be the full list.
Limit
in your request, this might not be the full
list.public void setRuleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups. If you specified a Limit
in your request, this might not be the full list.
ruleGroups
- Array of rule groups. If you specified a Limit
in your request, this might not be the full
list.public ListRuleGroupsResult withRuleGroups(RuleGroupSummary... ruleGroups)
Array of rule groups. If you specified a Limit
in your request, this might not be the full list.
NOTE: This method appends the values to the existing list (if any). Use
setRuleGroups(java.util.Collection)
or withRuleGroups(java.util.Collection)
if you want to
override the existing values.
ruleGroups
- Array of rule groups. If you specified a Limit
in your request, this might not be the full
list.public ListRuleGroupsResult withRuleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups. If you specified a Limit
in your request, this might not be the full list.
ruleGroups
- Array of rule groups. If you specified a Limit
in your request, this might not be the full
list.public String toString()
toString
in class Object
Object.toString()
public ListRuleGroupsResult clone()