Package com.amazonaws.services.ec2.model
Class DescribeNetworkAclsResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeNetworkAclsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeNetworkAcls.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more network ACLs.int
hashCode()
void
setNetworkAcls
(Collection<NetworkAcl> networkAcls) Information about one or more network ACLs.toString()
Returns a string representation of this object; useful for testing and debugging.withNetworkAcls
(NetworkAcl... networkAcls) Information about one or more network ACLs.withNetworkAcls
(Collection<NetworkAcl> networkAcls) Information about one or more network ACLs.
-
Constructor Details
-
DescribeNetworkAclsResult
public DescribeNetworkAclsResult()
-
-
Method Details
-
getNetworkAcls
Information about one or more network ACLs.
- Returns:
- Information about one or more network ACLs.
-
setNetworkAcls
Information about one or more network ACLs.
- Parameters:
networkAcls
- Information about one or more network ACLs.
-
withNetworkAcls
Information about one or more network ACLs.
NOTE: This method appends the values to the existing list (if any). Use
setNetworkAcls(java.util.Collection)
orwithNetworkAcls(java.util.Collection)
if you want to override the existing values.- Parameters:
networkAcls
- Information about one or more network ACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withNetworkAcls
Information about one or more network ACLs.
- Parameters:
networkAcls
- Information about one or more network ACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-