@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallRuleGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFirewallRuleGroupsResult() |
Modifier and Type | Method and Description |
---|---|
ListFirewallRuleGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<FirewallRuleGroupMetadata> |
getFirewallRuleGroups()
A list of your firewall rule groups.
|
String |
getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response.
|
int |
hashCode() |
void |
setFirewallRuleGroups(Collection<FirewallRuleGroupMetadata> firewallRuleGroups)
A list of your firewall rule groups.
|
void |
setNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListFirewallRuleGroupsResult |
withFirewallRuleGroups(Collection<FirewallRuleGroupMetadata> firewallRuleGroups)
A list of your firewall rule groups.
|
ListFirewallRuleGroupsResult |
withFirewallRuleGroups(FirewallRuleGroupMetadata... firewallRuleGroups)
A list of your firewall rule groups.
|
ListFirewallRuleGroupsResult |
withNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
nextToken
- If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the
next batch of objects, provide this token in your next request.public String getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
public ListFirewallRuleGroupsResult withNextToken(String nextToken)
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
nextToken
- If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the
next batch of objects, provide this token in your next request.public List<FirewallRuleGroupMetadata> getFirewallRuleGroups()
A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
public void setFirewallRuleGroups(Collection<FirewallRuleGroupMetadata> firewallRuleGroups)
A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
firewallRuleGroups
- A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
public ListFirewallRuleGroupsResult withFirewallRuleGroups(FirewallRuleGroupMetadata... firewallRuleGroups)
A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
NOTE: This method appends the values to the existing list (if any). Use
setFirewallRuleGroups(java.util.Collection)
or withFirewallRuleGroups(java.util.Collection)
if
you want to override the existing values.
firewallRuleGroups
- A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
public ListFirewallRuleGroupsResult withFirewallRuleGroups(Collection<FirewallRuleGroupMetadata> firewallRuleGroups)
A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
firewallRuleGroups
- A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see
MaxResults
.
public String toString()
toString
in class Object
Object.toString()
public ListFirewallRuleGroupsResult clone()