@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateFirewallRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateFirewallRuleGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateFirewallRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
FirewallRuleGroupAssociation |
getFirewallRuleGroupAssociation()
The firewall rule group association that you just removed.
|
int |
hashCode() |
void |
setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateFirewallRuleGroupResult |
withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
firewallRuleGroupAssociation - The firewall rule group association that you just removed.public FirewallRuleGroupAssociation getFirewallRuleGroupAssociation()
The firewall rule group association that you just removed.
public DisassociateFirewallRuleGroupResult withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
firewallRuleGroupAssociation - The firewall rule group association that you just removed.public String toString()
toString in class ObjectObject.toString()public DisassociateFirewallRuleGroupResult clone()