|
Did this page help you?Yes No Tell us about it... |
||||||
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.CreateNetworkAclRequest
public class CreateNetworkAclRequest
Container for the parameters to the CreateNetworkAcl operation
.
Creates a new network ACL in a VPC. Network ACLs provide an optional layer of security (on top of security groups) for the instances in your VPC. For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.
AmazonEC2.createNetworkAcl(CreateNetworkAclRequest)
Constructor Summary | |
---|---|
CreateNetworkAclRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getVpcId()
The ID of the VPC where the network ACL will be created. |
int |
hashCode()
|
void |
setVpcId(String vpcId)
The ID of the VPC where the network ACL will be created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateNetworkAclRequest |
withVpcId(String vpcId)
The ID of the VPC where the network ACL will be created. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateNetworkAclRequest()
Method Detail |
---|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC where the network ACL will be created.public CreateNetworkAclRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC where the network ACL will be created.
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 |