public class DescribeNetworkAclsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeNetworkAclsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<NetworkAcl> |
getNetworkAcls()
Returns the value of the NetworkAcls property for this object.
|
int |
hashCode() |
void |
setNetworkAcls(Collection<NetworkAcl> networkAcls)
Sets the value of the NetworkAcls property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNetworkAclsResult |
withNetworkAcls(Collection<NetworkAcl> networkAcls)
Sets the value of the NetworkAcls property for this object.
|
DescribeNetworkAclsResult |
withNetworkAcls(NetworkAcl... networkAcls)
Sets the value of the NetworkAcls property for this object.
|
public List<NetworkAcl> getNetworkAcls()
public void setNetworkAcls(Collection<NetworkAcl> networkAcls)
networkAcls - The new value for the NetworkAcls property for this object.public DescribeNetworkAclsResult withNetworkAcls(NetworkAcl... networkAcls)
Returns a reference to this object so that method calls can be chained together.
networkAcls - The new value for the NetworkAcls property for this object.public DescribeNetworkAclsResult withNetworkAcls(Collection<NetworkAcl> networkAcls)
Returns a reference to this object so that method calls can be chained together.
networkAcls - The new value for the NetworkAcls property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.