public class DescribeNetworkAclsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeNetworkAcls.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkAcl> |
networkAcls
Information about one or more network ACLs.
|
Constructor and Description |
---|
DescribeNetworkAclsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkAclsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<NetworkAcl> |
getNetworkAcls()
Information about one or more network ACLs.
|
int |
hashCode() |
void |
setNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNetworkAclsResult |
withNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
DescribeNetworkAclsResult |
withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
|
private SdkInternalList<NetworkAcl> networkAcls
Information about one or more network ACLs.
public java.util.List<NetworkAcl> getNetworkAcls()
Information about one or more network ACLs.
public void setNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
networkAcls
- Information about one or more network ACLs.public DescribeNetworkAclsResult withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
NOTE: This method appends the values to the existing list (if
any). Use setNetworkAcls(java.util.Collection)
or
withNetworkAcls(java.util.Collection)
if you want to override
the existing values.
networkAcls
- Information about one or more network ACLs.public DescribeNetworkAclsResult withNetworkAcls(java.util.Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
networkAcls
- Information about one or more network ACLs.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 DescribeNetworkAclsResult clone()
clone
in class java.lang.Object