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