public class ReplaceNetworkAclAssociationRequest extends AmazonWebServiceRequest implements java.io.Serializable
ReplaceNetworkAclAssociation operation.
Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information about network ACLs, go to Network ACLs in the Amazon Virtual Private Cloud User Guide.
| コンストラクタと説明 |
|---|
ReplaceNetworkAclAssociationRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationId()
The ID representing the current association between the original
network ACL and the subnet.
|
java.lang.String |
getNetworkAclId()
The ID of the new ACL to associate with the subnet.
|
int |
hashCode() |
void |
setAssociationId(java.lang.String associationId)
The ID representing the current association between the original
network ACL and the subnet.
|
void |
setNetworkAclId(java.lang.String networkAclId)
The ID of the new ACL to associate with the subnet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceNetworkAclAssociationRequest |
withAssociationId(java.lang.String associationId)
The ID representing the current association between the original
network ACL and the subnet.
|
ReplaceNetworkAclAssociationRequest |
withNetworkAclId(java.lang.String networkAclId)
The ID of the new ACL to associate with the subnet.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getAssociationId()
public void setAssociationId(java.lang.String associationId)
associationId - The ID representing the current association between the original
network ACL and the subnet.public ReplaceNetworkAclAssociationRequest withAssociationId(java.lang.String associationId)
Returns a reference to this object so that method calls can be chained together.
associationId - The ID representing the current association between the original
network ACL and the subnet.public java.lang.String getNetworkAclId()
public void setNetworkAclId(java.lang.String networkAclId)
networkAclId - The ID of the new ACL to associate with the subnet.public ReplaceNetworkAclAssociationRequest withNetworkAclId(java.lang.String networkAclId)
Returns a reference to this object so that method calls can be chained together.
networkAclId - The ID of the new ACL to associate with the subnet.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