@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFirewallConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFirewallConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetFirewallConfigResult |
clone() |
boolean |
equals(Object obj) |
FirewallConfig |
getFirewallConfig()
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
int |
hashCode() |
void |
setFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
String |
toString()
Returns a string representation of this object.
|
GetFirewallConfigResult |
withFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
firewallConfig
- Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.public FirewallConfig getFirewallConfig()
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
public GetFirewallConfigResult withFirewallConfig(FirewallConfig firewallConfig)
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
firewallConfig
- Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.public String toString()
toString
in class Object
Object.toString()
public GetFirewallConfigResult clone()