@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFirewallRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteFirewallRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFirewallRuleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallDomainListId()
The ID of the domain list that's used in the rule.
|
String |
getFirewallRuleGroupId()
The unique identifier of the firewall rule group that you want to delete the rule from.
|
int |
hashCode() |
void |
setFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that's used in the rule.
|
void |
setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to delete the rule from.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFirewallRuleRequest |
withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that's used in the rule.
|
DeleteFirewallRuleRequest |
withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to delete the rule from.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to delete the rule from.
firewallRuleGroupId - The unique identifier of the firewall rule group that you want to delete the rule from.public String getFirewallRuleGroupId()
The unique identifier of the firewall rule group that you want to delete the rule from.
public DeleteFirewallRuleRequest withFirewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to delete the rule from.
firewallRuleGroupId - The unique identifier of the firewall rule group that you want to delete the rule from.public void setFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that's used in the rule.
firewallDomainListId - The ID of the domain list that's used in the rule.public String getFirewallDomainListId()
The ID of the domain list that's used in the rule.
public DeleteFirewallRuleRequest withFirewallDomainListId(String firewallDomainListId)
The ID of the domain list that's used in the rule.
firewallDomainListId - The ID of the domain list that's used in the rule.public String toString()
toString in class ObjectObject.toString()public DeleteFirewallRuleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.