@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActivatedRulesInRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListActivatedRulesInRuleGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ListActivatedRulesInRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
List<ActivatedRule> |
getActivatedRules()
An array of
ActivatedRules objects. |
String |
getNextMarker()
If you have more
ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. |
int |
hashCode() |
void |
setActivatedRules(Collection<ActivatedRule> activatedRules)
An array of
ActivatedRules objects. |
void |
setNextMarker(String nextMarker)
If you have more
ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. |
String |
toString()
Returns a string representation of this object.
|
ListActivatedRulesInRuleGroupResult |
withActivatedRules(ActivatedRule... activatedRules)
An array of
ActivatedRules objects. |
ListActivatedRulesInRuleGroupResult |
withActivatedRules(Collection<ActivatedRule> activatedRules)
An array of
ActivatedRules objects. |
ListActivatedRulesInRuleGroupResult |
withNextMarker(String nextMarker)
If you have more
ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
If you have more ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more ActivatedRules, submit
another ListActivatedRulesInRuleGroup request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
nextMarker - If you have more ActivatedRules than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more
ActivatedRules, submit another ListActivatedRulesInRuleGroup request, and
specify the NextMarker value from the response in the NextMarker value in the
next request.public String getNextMarker()
If you have more ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more ActivatedRules, submit
another ListActivatedRulesInRuleGroup request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
ActivatedRules than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more
ActivatedRules, submit another ListActivatedRulesInRuleGroup request, and
specify the NextMarker value from the response in the NextMarker value in the
next request.public ListActivatedRulesInRuleGroupResult withNextMarker(String nextMarker)
If you have more ActivatedRules than the number that you specified for Limit in the
request, the response includes a NextMarker value. To list more ActivatedRules, submit
another ListActivatedRulesInRuleGroup request, and specify the NextMarker value from
the response in the NextMarker value in the next request.
nextMarker - If you have more ActivatedRules than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more
ActivatedRules, submit another ListActivatedRulesInRuleGroup request, and
specify the NextMarker value from the response in the NextMarker value in the
next request.public List<ActivatedRule> getActivatedRules()
An array of ActivatedRules objects.
ActivatedRules objects.public void setActivatedRules(Collection<ActivatedRule> activatedRules)
An array of ActivatedRules objects.
activatedRules - An array of ActivatedRules objects.public ListActivatedRulesInRuleGroupResult withActivatedRules(ActivatedRule... activatedRules)
An array of ActivatedRules objects.
NOTE: This method appends the values to the existing list (if any). Use
setActivatedRules(java.util.Collection) or withActivatedRules(java.util.Collection) if you want
to override the existing values.
activatedRules - An array of ActivatedRules objects.public ListActivatedRulesInRuleGroupResult withActivatedRules(Collection<ActivatedRule> activatedRules)
An array of ActivatedRules objects.
activatedRules - An array of ActivatedRules objects.public String toString()
toString in class ObjectObject.toString()public ListActivatedRulesInRuleGroupResult clone()