@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNetworkAclsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNetworkAclsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkAclsResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkAcl> |
getNetworkAcls()
Information about the network ACLs.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
int |
hashCode() |
void |
setNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about the network ACLs.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNetworkAclsResult |
withNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about the network ACLs.
|
DescribeNetworkAclsResult |
withNetworkAcls(NetworkAcl... networkAcls)
Information about the network ACLs.
|
DescribeNetworkAclsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<NetworkAcl> getNetworkAcls()
Information about the network ACLs.
public void setNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about the network ACLs.
networkAcls
- Information about the network ACLs.public DescribeNetworkAclsResult withNetworkAcls(NetworkAcl... networkAcls)
Information about the 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 the network ACLs.public DescribeNetworkAclsResult withNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about the network ACLs.
networkAcls
- Information about the network ACLs.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeNetworkAclsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkAclsResult clone()