@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFirewallRulesResult() |
Modifier and Type | Method and Description |
---|---|
ListFirewallRulesResult |
clone() |
boolean |
equals(Object obj) |
List<FirewallRule> |
getFirewallRules()
A list of the rules that you have defined.
|
String |
getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response.
|
int |
hashCode() |
void |
setFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
|
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.
|
ListFirewallRulesResult |
withFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
|
ListFirewallRulesResult |
withFirewallRules(FirewallRule... firewallRules)
A list of the rules that you have defined.
|
ListFirewallRulesResult |
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 ListFirewallRulesResult 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<FirewallRule> getFirewallRules()
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
public void setFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
firewallRules
- A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
public ListFirewallRulesResult withFirewallRules(FirewallRule... firewallRules)
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
NOTE: This method appends the values to the existing list (if any). Use
setFirewallRules(java.util.Collection)
or withFirewallRules(java.util.Collection)
if you want
to override the existing values.
firewallRules
- A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
public ListFirewallRulesResult withFirewallRules(Collection<FirewallRule> firewallRules)
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
firewallRules
- A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see
MaxResults
.
public String toString()
toString
in class Object
Object.toString()
public ListFirewallRulesResult clone()