@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateFirewallRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateFirewallRuleGroupResult() |
Modifier and Type | Method and Description |
---|---|
AssociateFirewallRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
FirewallRuleGroupAssociation |
getFirewallRuleGroupAssociation()
The association that you just created.
|
int |
hashCode() |
void |
setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created.
|
String |
toString()
Returns a string representation of this object.
|
AssociateFirewallRuleGroupResult |
withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
firewallRuleGroupAssociation
- The association that you just created. The association has an ID that you can use to identify it in other
requests, like update and delete.public FirewallRuleGroupAssociation getFirewallRuleGroupAssociation()
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
public AssociateFirewallRuleGroupResult withFirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
firewallRuleGroupAssociation
- The association that you just created. The association has an ID that you can use to identify it in other
requests, like update and delete.public String toString()
toString
in class Object
Object.toString()
public AssociateFirewallRuleGroupResult clone()