|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteNetworkAclEntryRequest
public class DeleteNetworkAclEntryRequest
Container for the parameters to the DeleteNetworkAclEntry operation
.
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
AmazonEC2.deleteNetworkAclEntry(DeleteNetworkAclEntryRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteNetworkAclEntryRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteNetworkAclEntryRequest()
Method Detail |
---|
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |