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