|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeNetworkAclsResult
public class DescribeNetworkAclsResult
Describe Network Acls Result
| Constructor Summary | |
|---|---|
DescribeNetworkAclsResult()
|
|
| Method Summary | |
|---|---|
List<NetworkAcl> |
getNetworkAcls()
Returns the value of the NetworkAcls property for this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeNetworkAclsResult()
| Method Detail |
|---|
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()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||