public class DeleteNetworkAclEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteNetworkAclEntryRequest>
DeleteNetworkAclEntry operation
.
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
NOOP
Constructor and Description |
---|
DeleteNetworkAclEntryRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNetworkAclEntryRequest |
clone() |
boolean |
equals(Object obj) |
Request<DeleteNetworkAclEntryRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getEgress()
Indicates whether the rule is an egress rule.
|
String |
getNetworkAclId()
The ID of the network ACL.
|
Integer |
getRuleNumber()
The rule number of the entry to delete.
|
int |
hashCode() |
Boolean |
isEgress()
Indicates whether the rule is an egress rule.
|
void |
setEgress(Boolean egress)
Indicates whether the rule is an egress rule.
|
void |
setNetworkAclId(String networkAclId)
The ID of the network ACL.
|
void |
setRuleNumber(Integer ruleNumber)
The rule number of the entry to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteNetworkAclEntryRequest |
withEgress(Boolean egress)
Indicates whether the rule is an egress rule.
|
DeleteNetworkAclEntryRequest |
withNetworkAclId(String networkAclId)
The ID of the network ACL.
|
DeleteNetworkAclEntryRequest |
withRuleNumber(Integer ruleNumber)
The rule number of the entry to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getNetworkAclId()
public void setNetworkAclId(String networkAclId)
networkAclId
- The ID of the network ACL.public DeleteNetworkAclEntryRequest withNetworkAclId(String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId
- The ID of the network ACL.public Integer getRuleNumber()
public void setRuleNumber(Integer ruleNumber)
ruleNumber
- The rule number of the entry to delete.public DeleteNetworkAclEntryRequest withRuleNumber(Integer ruleNumber)
Returns a reference to this object so that method calls can be chained together.
ruleNumber
- The rule number of the entry to delete.public Boolean isEgress()
public void setEgress(Boolean egress)
egress
- Indicates whether the rule is an egress rule.public DeleteNetworkAclEntryRequest withEgress(Boolean egress)
Returns a reference to this object so that method calls can be chained together.
egress
- Indicates whether the rule is an egress rule.public Boolean getEgress()
public Request<DeleteNetworkAclEntryRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteNetworkAclEntryRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteNetworkAclEntryRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.