public class CreateNetworkAclResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateNetworkAcl.
Modifier and Type | Field and Description |
---|---|
private NetworkAcl |
networkAcl
Information about the network ACL.
|
Constructor and Description |
---|
CreateNetworkAclResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkAclResult |
clone() |
boolean |
equals(java.lang.Object obj) |
NetworkAcl |
getNetworkAcl()
Information about the network ACL.
|
int |
hashCode() |
void |
setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateNetworkAclResult |
withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
private NetworkAcl networkAcl
Information about the network ACL.
public void setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
networkAcl
- Information about the network ACL.public NetworkAcl getNetworkAcl()
Information about the network ACL.
public CreateNetworkAclResult withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
networkAcl
- Information about the network ACL.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateNetworkAclResult clone()
clone
in class java.lang.Object