public class CreateNetworkAclRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
CreateNetworkAclRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVpcId()
The ID of the VPC where the network ACL will be created.
|
int |
hashCode() |
void |
setVpcId(java.lang.String vpcId)
The ID of the VPC where the network ACL will be created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateNetworkAclRequest |
withVpcId(java.lang.String vpcId)
The ID of the VPC where the network ACL will be created.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The ID of the VPC where the network ACL will be created.public CreateNetworkAclRequest withVpcId(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object