|
||||||||||
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(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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteNetworkAclEntryRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |