@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSubscribedRuleGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListSubscribedRuleGroupsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListSubscribedRuleGroupsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getNextMarker()
 If you have more objects than the number that you specified for  
Limit in the request, the response
 includes a NextMarker value. | 
List<SubscribedRuleGroupSummary> | 
getRuleGroups()
 An array of RuleGroup objects. 
 | 
int | 
hashCode()  | 
void | 
setNextMarker(String nextMarker)
 If you have more objects than the number that you specified for  
Limit in the request, the response
 includes a NextMarker value. | 
void | 
setRuleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
 An array of RuleGroup objects. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListSubscribedRuleGroupsResult | 
withNextMarker(String nextMarker)
 If you have more objects than the number that you specified for  
Limit in the request, the response
 includes a NextMarker value. | 
ListSubscribedRuleGroupsResult | 
withRuleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
 An array of RuleGroup objects. 
 | 
ListSubscribedRuleGroupsResult | 
withRuleGroups(SubscribedRuleGroupSummary... ruleGroups)
 An array of RuleGroup objects. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
 If you have more objects than the number that you specified for Limit in the request, the response
 includes a NextMarker value. To list more objects, submit another
 ListSubscribedRuleGroups request, and specify the NextMarker value from the response in
 the NextMarker value in the next request.
 
nextMarker - If you have more objects than the number that you specified for Limit in the request, the
        response includes a NextMarker value. To list more objects, submit another
        ListSubscribedRuleGroups request, and specify the NextMarker value from the
        response in the NextMarker value in the next request.public String getNextMarker()
 If you have more objects than the number that you specified for Limit in the request, the response
 includes a NextMarker value. To list more objects, submit another
 ListSubscribedRuleGroups request, and specify the NextMarker value from the response in
 the NextMarker value in the next request.
 
Limit in the request, the
         response includes a NextMarker value. To list more objects, submit another
         ListSubscribedRuleGroups request, and specify the NextMarker value from the
         response in the NextMarker value in the next request.public ListSubscribedRuleGroupsResult withNextMarker(String nextMarker)
 If you have more objects than the number that you specified for Limit in the request, the response
 includes a NextMarker value. To list more objects, submit another
 ListSubscribedRuleGroups request, and specify the NextMarker value from the response in
 the NextMarker value in the next request.
 
nextMarker - If you have more objects than the number that you specified for Limit in the request, the
        response includes a NextMarker value. To list more objects, submit another
        ListSubscribedRuleGroups request, and specify the NextMarker value from the
        response in the NextMarker value in the next request.public List<SubscribedRuleGroupSummary> getRuleGroups()
An array of RuleGroup objects.
public void setRuleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
ruleGroups - An array of RuleGroup objects.public ListSubscribedRuleGroupsResult withRuleGroups(SubscribedRuleGroupSummary... ruleGroups)
An array of RuleGroup objects.
 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 - An array of RuleGroup objects.public ListSubscribedRuleGroupsResult withRuleGroups(Collection<SubscribedRuleGroupSummary> ruleGroups)
An array of RuleGroup objects.
ruleGroups - An array of RuleGroup objects.public String toString()
toString in class ObjectObject.toString()public ListSubscribedRuleGroupsResult clone()