@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteFirewallRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()