@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFirewallResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFirewallResult() |
Modifier and Type | Method and Description |
---|---|
CreateFirewallResult |
clone() |
boolean |
equals(Object obj) |
Firewall |
getFirewall()
The configuration settings for the firewall.
|
FirewallStatus |
getFirewallStatus()
Detailed information about the current status of a Firewall.
|
int |
hashCode() |
void |
setFirewall(Firewall firewall)
The configuration settings for the firewall.
|
void |
setFirewallStatus(FirewallStatus firewallStatus)
Detailed information about the current status of a Firewall.
|
String |
toString()
Returns a string representation of this object.
|
CreateFirewallResult |
withFirewall(Firewall firewall)
The configuration settings for the firewall.
|
CreateFirewallResult |
withFirewallStatus(FirewallStatus firewallStatus)
Detailed information about the current status of a Firewall.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewall(Firewall firewall)
The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.
firewall
- The configuration settings for the firewall. These settings include the firewall policy and the subnets in
your VPC to use for the firewall endpoints.public Firewall getFirewall()
The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.
public CreateFirewallResult withFirewall(Firewall firewall)
The configuration settings for the firewall. These settings include the firewall policy and the subnets in your VPC to use for the firewall endpoints.
firewall
- The configuration settings for the firewall. These settings include the firewall policy and the subnets in
your VPC to use for the firewall endpoints.public void setFirewallStatus(FirewallStatus firewallStatus)
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
firewallStatus
- Detailed information about the current status of a Firewall. You can retrieve this for a firewall
by calling DescribeFirewall and providing the firewall name and ARN.public FirewallStatus getFirewallStatus()
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
public CreateFirewallResult withFirewallStatus(FirewallStatus firewallStatus)
Detailed information about the current status of a Firewall. You can retrieve this for a firewall by calling DescribeFirewall and providing the firewall name and ARN.
firewallStatus
- Detailed information about the current status of a Firewall. You can retrieve this for a firewall
by calling DescribeFirewall and providing the firewall name and ARN.public String toString()
toString
in class Object
Object.toString()
public CreateFirewallResult clone()