@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFirewallConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFirewallConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListFirewallConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<FirewallConfig> |
getFirewallConfigs()
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
|
String |
getNextToken()
If objects are still available for retrieval, Resolver returns this token in the response.
|
int |
hashCode() |
void |
setFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
|
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.
|
ListFirewallConfigsResult |
withFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
|
ListFirewallConfigsResult |
withFirewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
|
ListFirewallConfigsResult |
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 ListFirewallConfigsResult 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<FirewallConfig> getFirewallConfigs()
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
public void setFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
firewallConfigs
- The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).public ListFirewallConfigsResult withFirewallConfigs(FirewallConfig... firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
NOTE: This method appends the values to the existing list (if any). Use
setFirewallConfigs(java.util.Collection)
or withFirewallConfigs(java.util.Collection)
if you
want to override the existing values.
firewallConfigs
- The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).public ListFirewallConfigsResult withFirewallConfigs(Collection<FirewallConfig> firewallConfigs)
The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds (VPC).
firewallConfigs
- The configurations for the firewall behavior provided by DNS Firewall for Amazon virtual private clouds
(VPC).public String toString()
toString
in class Object
Object.toString()
public ListFirewallConfigsResult clone()