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